diff options
author | simonb <simonb> | 2006-07-04 13:20:04 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-07-04 13:20:04 (GMT) |
commit | c3846743fba060716b9090d3684fb273464ab2ae (patch) | |
tree | 65b1b5a1c1b28f12f09030ff07aedd759da8c737 /src/FbWinFrame.hh | |
parent | aa589f3bdc2044571a7181ebac3f2a3e8156aa11 (diff) | |
download | fluxbox-c3846743fba060716b9090d3684fb273464ab2ae.zip fluxbox-c3846743fba060716b9090d3684fb273464ab2ae.tar.bz2 |
fix some sizing issues with gravity fixes
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index d128f23..26076ed 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -104,7 +104,7 @@ public: | |||
104 | // for when there needs to be an atomic move+resize operation | 104 | // for when there needs to be an atomic move+resize operation |
105 | void moveResizeForClient(int x, int y, | 105 | void moveResizeForClient(int x, int y, |
106 | unsigned int width, unsigned int height, | 106 | unsigned int width, unsigned int height, |
107 | bool move = true, bool resize = true, int win_gravity=ForgetGravity, unsigned int client_bw = 0); | 107 | int win_gravity=ForgetGravity, unsigned int client_bw = 0, bool move = true, bool resize = true); |
108 | 108 | ||
109 | // can elect to ignore move or resize (mainly for use of move/resize individual functions | 109 | // can elect to ignore move or resize (mainly for use of move/resize individual functions |
110 | void moveResize(int x, int y, | 110 | void moveResize(int x, int y, |