diff options
author | markt <markt> | 2007-07-24 12:12:45 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-24 12:12:45 (GMT) |
commit | 363764db5b36dbffcc019cec8ffb405d357d7130 (patch) | |
tree | 6523b122a926e06abfa9b96f3b31fffe4868495d /src/fluxbox.hh | |
parent | 9545871f7a0d44edf400715cd8cdd21d78f36884 (diff) | |
download | fluxbox_lack-363764db5b36dbffcc019cec8ffb405d357d7130.zip fluxbox_lack-363764db5b36dbffcc019cec8ffb405d357d7130.tar.bz2 |
fix ToggleDecor for fullscreen and decorationless windows, plus some other cleanup
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 51ecc06..0418901 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -196,7 +196,7 @@ public: | |||
196 | bool menuTimestampsChanged() const; | 196 | bool menuTimestampsChanged() const; |
197 | bool haveShape() const { return m_have_shape; } | 197 | bool haveShape() const { return m_have_shape; } |
198 | int shapeEventbase() const { return m_shape_eventbase; } | 198 | int shapeEventbase() const { return m_shape_eventbase; } |
199 | void getDefaultDataFilename(char *name, std::string &); | 199 | void getDefaultDataFilename(const char *name, std::string &); |
200 | // screen mouse was in at last key event | 200 | // screen mouse was in at last key event |
201 | BScreen *mouseScreen() { return m_mousescreen; } | 201 | BScreen *mouseScreen() { return m_mousescreen; } |
202 | // screen of window that last key event (i.e. focused window) went to | 202 | // screen of window that last key event (i.e. focused window) went to |