diff options
author | mathias <mathias> | 2005-03-16 23:19:36 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-03-16 23:19:36 (GMT) |
commit | d6befe5371c5df7d719cb184c4d20e38dc841a13 (patch) | |
tree | fc4a6e98a0cfd804eab303b8d5950de9b74c355f /src/Window.hh | |
parent | ac3fa211bbc79531151e1400404192b1d7e8516f (diff) | |
download | fluxbox_pavel-d6befe5371c5df7d719cb184c4d20e38dc841a13.zip fluxbox_pavel-d6befe5371c5df7d719cb184c4d20e38dc841a13.tar.bz2 |
fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stevens <stever3 at nycap dot rr dot com>
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(); |