diff options
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 da0a60a..7506dc6 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -199,7 +199,7 @@ public: | |||
199 | bool menuTimestampsChanged() const; | 199 | bool menuTimestampsChanged() const; |
200 | bool haveShape() const { return m_have_shape; } | 200 | bool haveShape() const { return m_have_shape; } |
201 | int shapeEventbase() const { return m_shape_eventbase; } | 201 | int shapeEventbase() const { return m_shape_eventbase; } |
202 | void getDefaultDataFilename(char *, std::string &); | 202 | void getDefaultDataFilename(char *name, std::string &); |
203 | // screen mouse was in at last key event | 203 | // screen mouse was in at last key event |
204 | BScreen *mouseScreen() { return m_mousescreen; } | 204 | BScreen *mouseScreen() { return m_mousescreen; } |
205 | // screen of window that last key event (i.e. focused window) went to | 205 | // screen of window that last key event (i.e. focused window) went to |