aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 01517c2..deb98b9 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -89,7 +89,7 @@ public:
89 */ 89 */
90 void applySizeHints(int &width, int &height, int *display_width = 0, 90 void applySizeHints(int &width, int &height, int *display_width = 0,
91 int *display_height = 0, bool maximizing = false); 91 int *display_height = 0, bool maximizing = false);
92 92 bool checkSizeHints(unsigned int width, unsigned int height);
93 93
94 void setGroupLeftWindow(Window win); 94 void setGroupLeftWindow(Window win);
95 95