diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 17:16:33 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 17:16:33 (GMT) |
commit | c37a91e1504fa73da233cc59fe67ead56dbd3083 (patch) | |
tree | 4e233628bd7f8531aeaaf221be816f310dbd4a95 /src/Window.hh | |
parent | feac120f4a433d4fee947ff9cc23e170d6af95c0 (diff) | |
download | fluxbox-c37a91e1504fa73da233cc59fe67ead56dbd3083.zip fluxbox-c37a91e1504fa73da233cc59fe67ead56dbd3083.tar.bz2 |
be a little smarter about size hints in tabbed windows
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 16d5bc9..89cbc69 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -491,6 +491,7 @@ private: | |||
491 | 491 | ||
492 | bool getState(); | 492 | bool getState(); |
493 | void updateMWMHintsFromClient(WinClient &client); | 493 | void updateMWMHintsFromClient(WinClient &client); |
494 | void updateSizeHints(); | ||
494 | void associateClientWindow(); | 495 | void associateClientWindow(); |
495 | 496 | ||
496 | void setState(unsigned long stateval, bool setting_up); | 497 | void setState(unsigned long stateval, bool setting_up); |
@@ -552,6 +553,7 @@ private: | |||
552 | typedef std::map<WinClient *, IconButton *> Client2ButtonMap; | 553 | typedef std::map<WinClient *, IconButton *> Client2ButtonMap; |
553 | Client2ButtonMap m_labelbuttons; | 554 | Client2ButtonMap m_labelbuttons; |
554 | 555 | ||
556 | FbWinFrame::SizeHints m_size_hint; | ||
555 | struct _decorations { | 557 | struct _decorations { |
556 | bool titlebar, handle, border, iconify, | 558 | bool titlebar, handle, border, iconify, |
557 | maximize, close, menu, sticky, shade, tab, enabled; | 559 | maximize, close, menu, sticky, shade, tab, enabled; |