diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index e77056d..269cf25 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -237,7 +237,6 @@ public: | |||
237 | void keyPressEvent(XKeyEvent &ke); | 237 | void keyPressEvent(XKeyEvent &ke); |
238 | void keyReleaseEvent(XKeyEvent &ke); | 238 | void keyReleaseEvent(XKeyEvent &ke); |
239 | void buttonPressEvent(XButtonEvent &be); | 239 | void buttonPressEvent(XButtonEvent &be); |
240 | void notifyUngrabKeyboard(); | ||
241 | 240 | ||
242 | /** | 241 | /** |
243 | * Cycles focus of windows | 242 | * Cycles focus of windows |
@@ -247,6 +246,8 @@ public: | |||
247 | */ | 246 | */ |
248 | void cycleFocus(int opts = 0, const ClientPattern *pat = 0, bool reverse = false); | 247 | void cycleFocus(int opts = 0, const ClientPattern *pat = 0, bool reverse = false); |
249 | 248 | ||
249 | bool isCycling() const { return m_cycling; } | ||
250 | |||
250 | /** | 251 | /** |
251 | * Creates an empty menu with specified label | 252 | * Creates an empty menu with specified label |
252 | * @param label for the menu | 253 | * @param label for the menu |