aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 2cec115..4e5956f 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -32,6 +32,7 @@
32#include "FbTk/EventHandler.hh" 32#include "FbTk/EventHandler.hh"
33#include "FbTk/XLayerItem.hh" 33#include "FbTk/XLayerItem.hh"
34#include "FbWinFrame.hh" 34#include "FbWinFrame.hh"
35#include "WinButton.hh"
35 36
36#include <X11/Xlib.h> 37#include <X11/Xlib.h>
37#include <X11/Xutil.h> 38#include <X11/Xutil.h>
@@ -443,6 +444,7 @@ private:
443 static const int PropBlackboxAttributesElements = 8; 444 static const int PropBlackboxAttributesElements = 8;
444 445
445 void setupWindow(); 446 void setupWindow();
447 void updateButtons();
446 448
447 void init(); 449 void init();
448 /// applies a shape mask to the window if it has one 450 /// applies a shape mask to the window if it has one
@@ -543,6 +545,7 @@ private:
543 maximize, close, menu, sticky, shade, tab, enabled; 545 maximize, close, menu, sticky, shade, tab, enabled;
544 } decorations; 546 } decorations;
545 547
548 std::vector<WinButton::Type> m_titlebar_buttons[2];
546 bool m_toggled_decos; 549 bool m_toggled_decos;
547 550
548 struct _functions { 551 struct _functions {