diff options
author | markt <markt> | 2007-03-16 23:11:56 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-16 23:11:56 (GMT) |
commit | ca1ca328cff53d909bd59e49f830499f084e64fa (patch) | |
tree | 54d778153ff9892b78bdbcaa7e19026620d1a83f /src/Window.hh | |
parent | 84e9f9708546526ce12269b31bec6f0459f0852f (diff) | |
download | fluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.zip fluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.tar.bz2 |
maximizing window with aspect ratio caused windows to be made larger than the screen
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 1e55fb5..3206fdd 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -472,7 +472,7 @@ private: | |||
472 | // modifies left and top if snap is necessary | 472 | // modifies left and top if snap is necessary |
473 | void doSnapping(int &left, int &top); | 473 | void doSnapping(int &left, int &top); |
474 | // user_w/h return the values that should be shown to the user | 474 | // user_w/h return the values that should be shown to the user |
475 | void fixsize(int *user_w = 0, int *user_h = 0); | 475 | void fixsize(int *user_w = 0, int *user_h = 0, bool maximizing = false); |
476 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); | 476 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); |
477 | /// sends configurenotify to all clients | 477 | /// sends configurenotify to all clients |
478 | void sendConfigureNotify(bool send_to_netizens = true); | 478 | void sendConfigureNotify(bool send_to_netizens = true); |