aboutsummaryrefslogtreecommitdiff
path: root/src/WindowState.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WindowState.hh')
-rw-r--r--src/WindowState.hh2
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,