diff options
author | simonb <simonb> | 2006-05-16 13:37:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-16 13:37:25 (GMT) |
commit | 8bcd03c172ad5a6efc04632fa1f36c9d02e58bc9 (patch) | |
tree | 8cae2d3c020c2e546175ae587698356f333ec26b /src/Window.hh | |
parent | a4b0582739971fabe4626110e6551396315e3996 (diff) | |
download | fluxbox-8bcd03c172ad5a6efc04632fa1f36c9d02e58bc9.zip fluxbox-8bcd03c172ad5a6efc04632fa1f36c9d02e58bc9.tar.bz2 |
issue with maximise and quadrant resize
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 9c72ba3..db3e285 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -135,6 +135,7 @@ public: | |||
135 | }; | 135 | }; |
136 | 136 | ||
137 | enum ResizeCorner { | 137 | enum ResizeCorner { |
138 | NOCORNER, | ||
138 | LEFTTOP, | 139 | LEFTTOP, |
139 | LEFTBOTTOM, | 140 | LEFTBOTTOM, |
140 | RIGHTBOTTOM, | 141 | RIGHTBOTTOM, |