summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/window.hh b/src/window.hh
index e8249b08..a640fcfd 100644
--- a/src/window.hh
+++ b/src/window.hh
@@ -37,7 +37,6 @@ extern "C" {
#include "basedisplay.hh"
#include "timer.hh"
#include "util.hh"
-#include "windowmenu.hh"
#define MwmHintsFunctions (1l << 0)
#define MwmHintsDecorations (1l << 1)
@@ -130,7 +129,6 @@ private:
BlackboxAttributes blackbox_attrib;
Time lastButtonPressTime; // used for double clicks, when were we clicked
- Windowmenu *windowmenu;
unsigned int window_number;
unsigned long current_state;
@@ -290,11 +288,11 @@ private:
void redrawWindowFrame(void) const;
void redrawLabel(void) const;
void redrawAllButtons(void) const;
- void BlackboxWindow::redrawButton(bool pressed, Window win,
- Pixmap fppix, unsigned long fppixel,
- Pixmap uppix, unsigned long uppixel,
- Pixmap fpix, unsigned long fpixel,
- Pixmap upix, unsigned long upixel) const;
+ void redrawButton(bool pressed, Window win,
+ Pixmap fppix, unsigned long fppixel,
+ Pixmap uppix, unsigned long uppixel,
+ Pixmap fpix, unsigned long fpixel,
+ Pixmap upix, unsigned long upixel) const;
void redrawCloseButton(bool pressed) const;
void redrawIconifyButton(bool pressed) const;
void redrawMaximizeButton(bool pressed) const;
@@ -353,8 +351,6 @@ public:
inline Window getClientWindow(void) const { return client.window; }
inline Window getGroupWindow(void) const { return client.window_group; }
- inline Windowmenu * getWindowmenu(void) const { return windowmenu; }
-
inline const char *getTitle(void) const
{ return client.title.c_str(); }
inline const char *getIconTitle(void) const