aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 21:09:05 (GMT)
committermarkt <markt>2007-07-03 21:09:05 (GMT)
commit8f6434efa67b2f11548c9862aaa0d29488645500 (patch)
treead8e627d4d2b3aa4e46e4c60bd2034d93130ff45 /src/WinClient.hh
parentdf5974b9235a345ae68fa8ff96256ae68ab2518b (diff)
downloadfluxbox-8f6434efa67b2f11548c9862aaa0d29488645500.zip
fluxbox-8f6434efa67b2f11548c9862aaa0d29488645500.tar.bz2
stop gvim from repeatedly resizing tabbed windows
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 d3555d1..9c29e78 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -93,7 +93,7 @@ public:
93 */ 93 */
94 void applySizeHints(int &width, int &height, int *display_width = 0, 94 void applySizeHints(int &width, int &height, int *display_width = 0,
95 int *display_height = 0, bool maximizing = false); 95 int *display_height = 0, bool maximizing = false);
96 96 bool checkSizeHints(unsigned int width, unsigned int height);
97 97
98 void setGroupLeftWindow(Window win); 98 void setGroupLeftWindow(Window win);
99 99