aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-16 23:11:56 (GMT)
committermarkt <markt>2007-03-16 23:11:56 (GMT)
commitca1ca328cff53d909bd59e49f830499f084e64fa (patch)
tree54d778153ff9892b78bdbcaa7e19026620d1a83f /src/WinClient.hh
parent84e9f9708546526ce12269b31bec6f0459f0852f (diff)
downloadfluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.zip
fluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.tar.bz2
maximizing window with aspect ratio caused windows to be made larger than the screen
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 8e8747c..40daa8e 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -90,7 +90,8 @@ public:
90 * to the user when resizing. 90 * to the user when resizing.
91 * We use pointers for display_* since they are optional. 91 * We use pointers for display_* since they are optional.
92 */ 92 */
93 void applySizeHints(int &width, int &height, int *display_width = 0, int *display_height = 0); 93 void applySizeHints(int &width, int &height, int *display_width = 0,
94 int *display_height = 0, bool maximizing = false);
94 95
95 96
96 void setGroupLeftWindow(Window win); 97 void setGroupLeftWindow(Window win);