diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:30:57 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:30:57 (GMT) |
commit | f32fdc29d28dce26f87e9f10f32e9399686766d8 (patch) | |
tree | d41429688ba9daaa7791081619932e48f9b2d8ae /src/Window.hh | |
parent | e5c61a72799485d6751000a127163bd6390d44ba (diff) | |
download | fluxbox-f32fdc29d28dce26f87e9f10f32e9399686766d8.zip fluxbox-f32fdc29d28dce26f87e9f10f32e9399686766d8.tar.bz2 |
have fullscreen and maximization code call applySizeHints directly
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 5129da8..05c4342 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -538,7 +538,7 @@ private: | |||
538 | // modifies left and top if snap is necessary | 538 | // modifies left and top if snap is necessary |
539 | void doSnapping(int &left, int &top); | 539 | void doSnapping(int &left, int &top); |
540 | // user_w/h return the values that should be shown to the user | 540 | // user_w/h return the values that should be shown to the user |
541 | void fixsize(bool maximizing = false); | 541 | void fixsize(); |
542 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); | 542 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); |
543 | /// sends configurenotify to all clients | 543 | /// sends configurenotify to all clients |
544 | void sendConfigureNotify(); | 544 | void sendConfigureNotify(); |