diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index aa6de85..020fd88 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -234,7 +234,7 @@ public: | |||
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 | ||
237 | void setWorkspace(int n); | 237 | void setWorkspace(int n, bool notify = true); |
238 | void changeBlackboxHints(const BlackboxHints &bh); | 238 | void changeBlackboxHints(const BlackboxHints &bh); |
239 | void updateFunctions(); | 239 | void updateFunctions(); |
240 | void restoreAttributes(); | 240 | void restoreAttributes(); |