aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index b6e56b2..0cfe73a 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -576,6 +576,7 @@ private:
576 WinClient *m_client; ///< current client 576 WinClient *m_client; ///< current client
577 typedef std::map<WinClient *, IconButton *> Client2ButtonMap; 577 typedef std::map<WinClient *, IconButton *> Client2ButtonMap;
578 Client2ButtonMap m_labelbuttons; 578 Client2ButtonMap m_labelbuttons;
579 bool m_has_tooltip;
579 580
580 SizeHints m_size_hint; 581 SizeHints m_size_hint;
581 struct { 582 struct {