diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-28 08:26:21 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-28 08:26:21 (GMT) |
commit | 04a1d2a83b96eb6d1b1958e4f3e25ffdf295aa4d (patch) | |
tree | efeb502c24025cd090629ae36d330fa882a41403 /src/Screen.hh | |
parent | c8022b3bdb90259352d08838576e98b559a9db68 (diff) | |
download | fluxbox_pavel-04a1d2a83b96eb6d1b1958e4f3e25ffdf295aa4d.zip fluxbox_pavel-04a1d2a83b96eb6d1b1958e4f3e25ffdf295aa4d.tar.bz2 |
don't let KeyRelease events propagate to windows
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 a5e80ee..1a77ea6 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 |