summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-26 08:37:15 +0000
committerDana Jansens <danakj@orodu.net>2002-07-26 08:37:15 +0000
commit83b6c9bfa0ccc8088e4c65e5a2cf139933959565 (patch)
treef27f3a710d25eceb2027001f14c05fcd8936c1fe /src/Window.hh
parentcd6c4ebcb27b796b214296aefd78a41235dd8640 (diff)
sync with bb-cvs
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index c024e5bc..6cc5deed 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -183,7 +183,7 @@ private:
base_width, base_height,
win_gravity;
- unsigned long initial_state, normal_hint_flags, wm_hint_flags;
+ unsigned long initial_state, normal_hint_flags;
} client;
FunctionFlags functions;
@@ -390,7 +390,7 @@ public:
void restore(bool remap);
void configure(int dx, int dy, unsigned int dw, unsigned int dh);
void setWorkspace(unsigned int n);
- void changeBlackboxHints(BlackboxHints *net);
+ void changeBlackboxHints(const BlackboxHints *net);
void restoreAttributes(void);
void buttonPressEvent(const XButtonEvent *be);