diff options
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; |