diff options
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, |