diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 10:01:08 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 10:01:08 (GMT) |
commit | 81b240e9762acde7e3682a6cec02932564d122f6 (patch) | |
tree | 663d7585383e3ea9a1f4cd9c69f7c49df2be0ee6 /src/Screen.hh | |
parent | 3a3df518236cd3cd982e952f63a59cc180c23c38 (diff) | |
download | fluxbox-81b240e9762acde7e3682a6cec02932564d122f6.zip fluxbox-81b240e9762acde7e3682a6cec02932564d122f6.tar.bz2 |
compile fix for clang, forward declaration of FocusControl was not enough
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 1a4ba9f..0f023b9 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -41,6 +41,8 @@ | |||
41 | #include "FbTk/Observer.hh" | 41 | #include "FbTk/Observer.hh" |
42 | #include "FbTk/Signal.hh" | 42 | #include "FbTk/Signal.hh" |
43 | 43 | ||
44 | #include "FocusControl.hh" | ||
45 | |||
44 | #include <X11/Xresource.h> | 46 | #include <X11/Xresource.h> |
45 | 47 | ||
46 | #ifdef HAVE_CSTDIO | 48 | #ifdef HAVE_CSTDIO |
@@ -64,7 +66,6 @@ class Strut; | |||
64 | class Slit; | 66 | class Slit; |
65 | class Toolbar; | 67 | class Toolbar; |
66 | class HeadArea; | 68 | class HeadArea; |
67 | class FocusControl; | ||
68 | class ScreenPlacement; | 69 | class ScreenPlacement; |
69 | class TooltipWindow; | 70 | class TooltipWindow; |
70 | class OSDWindow; | 71 | class OSDWindow; |