aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-22 17:16:33 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-22 17:16:33 (GMT)
commitc37a91e1504fa73da233cc59fe67ead56dbd3083 (patch)
tree4e233628bd7f8531aeaaf221be816f310dbd4a95 /src/FbWinFrame.hh
parentfeac120f4a433d4fee947ff9cc23e170d6af95c0 (diff)
downloadfluxbox-c37a91e1504fa73da233cc59fe67ead56dbd3083.zip
fluxbox-c37a91e1504fa73da233cc59fe67ead56dbd3083.tar.bz2
be a little smarter about size hints in tabbed windows
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index d2f7a1f..7f08175 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -112,8 +112,8 @@ public:
112 SizeHints(): 112 SizeHints():
113 min_width(1), max_width(0), min_height(1), max_height(0), 113 min_width(1), max_width(0), min_height(1), max_height(0),
114 width_inc(1), height_inc(1), base_width(0), base_height(0), 114 width_inc(1), height_inc(1), base_width(0), base_height(0),
115 min_aspect_x(0), max_aspect_x(0), 115 min_aspect_x(0), max_aspect_x(1),
116 min_aspect_y(0), max_aspect_y(0), 116 min_aspect_y(1), max_aspect_y(0),
117 win_gravity(0) { } 117 win_gravity(0) { }
118 118
119 void reset(const XSizeHints &sizehint); 119 void reset(const XSizeHints &sizehint);