aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-18 10:01:08 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-18 10:01:08 (GMT)
commit81b240e9762acde7e3682a6cec02932564d122f6 (patch)
tree663d7585383e3ea9a1f4cd9c69f7c49df2be0ee6 /src/Screen.hh
parent3a3df518236cd3cd982e952f63a59cc180c23c38 (diff)
downloadfluxbox_paul-81b240e9762acde7e3682a6cec02932564d122f6.zip
fluxbox_paul-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.hh3
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;
64class Slit; 66class Slit;
65class Toolbar; 67class Toolbar;
66class HeadArea; 68class HeadArea;
67class FocusControl;
68class ScreenPlacement; 69class ScreenPlacement;
69class TooltipWindow; 70class TooltipWindow;
70class OSDWindow; 71class OSDWindow;