aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index f4a038a..53b6041 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -232,7 +232,7 @@ public:
232 /// resize frame to width, height 232 /// resize frame to width, height
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, bool send_event = false);
236 /// move to pos x,y and resize client window to size width, height 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 moveResizeForClient(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity);
238 void setWorkspace(int n); 238 void setWorkspace(int n);