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 fc86125..fcbd368 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -175,7 +175,7 @@ public: | |||
175 | 175 | ||
176 | bool haveShape() const { return m_have_shape; } | 176 | bool haveShape() const { return m_have_shape; } |
177 | int shapeEventbase() const { return m_shape_eventbase; } | 177 | int shapeEventbase() const { return m_shape_eventbase; } |
178 | void getDefaultDataFilename(const char *name, std::string &) const; | 178 | std::string getDefaultDataFilename(const char *name) const; |
179 | // screen mouse was in at last key event | 179 | // screen mouse was in at last key event |
180 | BScreen *mouseScreen() { return m_mousescreen; } | 180 | BScreen *mouseScreen() { return m_mousescreen; } |
181 | // screen of window that last key event (i.e. focused window) went to | 181 | // screen of window that last key event (i.e. focused window) went to |