summaryrefslogtreecommitdiffstats
path: root/client/x11/red_window.cpp
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2009-12-30 12:19:54 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-12-30 22:09:25 +0200
commit02a07b2c067e629749cbe8a9f9cfbfb487a512d7 (patch)
treee73f6dc72a73b158369aa62e7220bd787eafcdc2 /client/x11/red_window.cpp
parentc57bcf6f4433446b858867712ece4abec4fb5c3d (diff)
downloadspice-02a07b2c067e629749cbe8a9f9cfbfb487a512d7.tar.gz
spice-02a07b2c067e629749cbe8a9f9cfbfb487a512d7.tar.xz
spice-02a07b2c067e629749cbe8a9f9cfbfb487a512d7.zip
spice: on_activate_screen generates on_key_down for any modifier pressed
-call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc()
Diffstat (limited to 'client/x11/red_window.cpp')
-rw-r--r--client/x11/red_window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/x11/red_window.cpp b/client/x11/red_window.cpp
index 2f17cb1d..ee43b5a5 100644
--- a/client/x11/red_window.cpp
+++ b/client/x11/red_window.cpp
@@ -2046,3 +2046,7 @@ void RedWindow::init()
#endif
}
+void RedWindow::cleanup()
+{
+}
+