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/WindowState.hh | |
parent | 7ece90ad4f360b3cf11e46a00d4c1ec5b60213e9 (diff) | |
download | fluxbox_pavel-e850b0191977da47eb7233e248dbab7ebd1d21f0.zip fluxbox_pavel-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/WindowState.hh')
-rw-r--r-- | src/WindowState.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WindowState.hh b/src/WindowState.hh index 6409d13..58664fa 100644 --- a/src/WindowState.hh +++ b/src/WindowState.hh | |||
@@ -113,7 +113,7 @@ public: | |||
113 | focused(false), | 113 | focused(false), |
114 | shaded(false), fullscreen(false), stuck(false), iconic(false), | 114 | shaded(false), fullscreen(false), stuck(false), iconic(false), |
115 | focus_hidden(false), icon_hidden(false), | 115 | focus_hidden(false), icon_hidden(false), |
116 | maximized(0), layernum(Layer::NORMAL), | 116 | maximized(0), layernum(ResourceLayer::NORMAL), |
117 | x(0), y(0), width(1), height(1) { } | 117 | x(0), y(0), width(1), height(1) { } |
118 | 118 | ||
119 | void saveGeometry(int x, int y, unsigned int width, unsigned int height, | 119 | void saveGeometry(int x, int y, unsigned int width, unsigned int height, |