diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index ac13da6..f4a038a 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -233,7 +233,8 @@ public: | |||
233 | void resize(unsigned int width, unsigned int height); | 233 | void resize(unsigned int width, unsigned int height); |
234 | /// move and resize frame to pox x,y and size width, height | 234 | /// move and resize frame to pox x,y and size width, height |
235 | void moveResize(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity); | 235 | void moveResize(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity); |
236 | 236 | /// move to pos x,y and resize client window to size width, height | |
237 | void moveResizeForClient(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity); | ||
237 | void setWorkspace(int n); | 238 | void setWorkspace(int n); |
238 | void changeBlackboxHints(const BlackboxHints &bh); | 239 | void changeBlackboxHints(const BlackboxHints &bh); |
239 | void updateFunctions(); | 240 | void updateFunctions(); |