diff options
author | simonb <simonb> | 2005-01-04 10:51:38 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-01-04 10:51:38 (GMT) |
commit | 61bb3f039afd5a29ae655666fbc2fe7943eab8e2 (patch) | |
tree | 9574a68535ffac8e8dc17c0a0fd4dfaf65adf114 /src/Window.hh | |
parent | 338a985c0567c4bea55c20c01f9df492756a6a34 (diff) | |
download | fluxbox_pavel-61bb3f039afd5a29ae655666fbc2fe7943eab8e2.zip fluxbox_pavel-61bb3f039afd5a29ae655666fbc2fe7943eab8e2.tar.bz2 |
fix some initialisation, especially relating to placement and
decoration/handler hints
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(); |