diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 11:02:15 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 11:02:15 (GMT) |
commit | e850b0191977da47eb7233e248dbab7ebd1d21f0 (patch) | |
tree | d3a3e33f1d4524147ddaa2b6b21e05bd142fc367 /src/FbWinFrame.hh | |
parent | 7ece90ad4f360b3cf11e46a00d4c1ec5b60213e9 (diff) | |
download | fluxbox-e850b0191977da47eb7233e248dbab7ebd1d21f0.zip fluxbox-e850b0191977da47eb7233e248dbab7ebd1d21f0.tar.bz2 |
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in
Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'.
'ResourceLayer' sounds crappy, but that was the best I could come
up with right now.
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 68da564..6c52566 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -22,6 +22,8 @@ | |||
22 | #ifndef FBWINFRAME_HH | 22 | #ifndef FBWINFRAME_HH |
23 | #define FBWINFRAME_HH | 23 | #define FBWINFRAME_HH |
24 | 24 | ||
25 | #include "WindowState.hh" | ||
26 | |||
25 | #include "FbTk/FbWindow.hh" | 27 | #include "FbTk/FbWindow.hh" |
26 | #include "FbTk/EventHandler.hh" | 28 | #include "FbTk/EventHandler.hh" |
27 | #include "FbTk/RefCount.hh" | 29 | #include "FbTk/RefCount.hh" |
@@ -33,10 +35,6 @@ | |||
33 | #include "FbTk/Container.hh" | 35 | #include "FbTk/Container.hh" |
34 | #include "FbTk/Shape.hh" | 36 | #include "FbTk/Shape.hh" |
35 | 37 | ||
36 | #include "WindowState.hh" | ||
37 | |||
38 | #include <X11/Xutil.h> | ||
39 | |||
40 | #include <vector> | 38 | #include <vector> |
41 | #include <memory> | 39 | #include <memory> |
42 | 40 | ||
@@ -50,7 +48,6 @@ namespace FbTk { | |||
50 | class ImageControl; | 48 | class ImageControl; |
51 | template <class T> class Command; | 49 | template <class T> class Command; |
52 | class Texture; | 50 | class Texture; |
53 | class Layer; | ||
54 | } | 51 | } |
55 | 52 | ||
56 | /// holds a window frame with a client window | 53 | /// holds a window frame with a client window |