diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 3 |
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); |