aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 21:08:07 (GMT)
committermarkt <markt>2007-07-03 21:08:07 (GMT)
commit823ce0d0175b9b14a549117a303cc9e36e81c1a2 (patch)
tree0c8fc51a360db9b88f793663cb89eb79d4d76ca5 /src/WinClient.hh
parent24c023192fd5757bd1e1308f3aa00a41d0e21728 (diff)
downloadfluxbox-823ce0d0175b9b14a549117a303cc9e36e81c1a2.zip
fluxbox-823ce0d0175b9b14a549117a303cc9e36e81c1a2.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 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