aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox/files/patch-aaa03
blob: 636d6eba0b20e3b7846523a95309a797ae9fa3bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
From: Henrik Kinnunen <fluxgen@fluxbox.org>
Date: Sun, 14 Sep 2008 19:46:36 +0000 (+0200)
Subject: added RectangleUtil.hh to build
X-Git-Tag: Release-1_1_1~2
X-Git-Url: http://git.fluxbox.org/?p=fluxbox.git;a=commitdiff_plain;h=a4feddcbd63a4eca37ea3c1641daee25ed9a4c28

added RectangleUtil.hh to build
---

diff --git a/src/Makefile.am b/src/Makefile.am
index ce591d5..cfc06b3 100644
--- a/src/Makefile.am
+++ src/Makefile.am
@@ -151,6 +151,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
 	IconbarTheme.hh IconbarTheme.cc \
 	Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \
 	WindowMenuAccessor.hh \
+	RectangleUtil.hh \
 	${newwmspec_SOURCE} ${gnome_SOURCE} \
 	${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
 
--- src/Makefile.in	2008-09-03 22:44:02.000000000 +0400
+++ src/Makefile.in	2008-11-20 03:54:38.000000000 +0300
@@ -98,10 +98,10 @@
 	AttentionNoticeHandler.cc IconButton.hh IconButton.cc \
 	IconbarTheme.hh IconbarTheme.cc Focusable.hh FocusableList.hh \
 	FocusableList.cc FocusableTheme.hh WindowMenuAccessor.hh \
-	Ewmh.hh Ewmh.cc Gnome.hh Gnome.cc Remember.hh Remember.cc \
-	ClientPattern.hh ClientPattern.cc Toolbar.hh Toolbar.cc \
-	ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh ToolbarItem.cc \
-	ClockTool.hh ClockTool.cc WorkspaceNameTool.hh \
+	RectangleUtil.hh Ewmh.hh Ewmh.cc Gnome.hh Gnome.cc Remember.hh \
+	Remember.cc ClientPattern.hh ClientPattern.cc Toolbar.hh \
+	Toolbar.cc ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh \
+	ToolbarItem.cc ClockTool.hh ClockTool.cc WorkspaceNameTool.hh \
 	WorkspaceNameTool.cc WorkspaceNameTheme.hh IconbarTool.hh \
 	IconbarTool.cc ToolTheme.hh ToolTheme.cc SystemTray.hh \
 	SystemTray.cc GenericTool.hh GenericTool.cc ButtonTool.hh \
@@ -285,6 +285,7 @@
 srcdir = @srcdir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = FbTk
@@ -363,6 +364,7 @@
 	IconbarTheme.hh IconbarTheme.cc \
 	Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \
 	WindowMenuAccessor.hh \
+	RectangleUtil.hh \
 	${newwmspec_SOURCE} ${gnome_SOURCE} \
 	${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}