summaryrefslogtreecommitdiffstats
path: root/client/x11/red_window_p.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-11-21 19:28:59 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-11-30 18:22:13 +0200
commit6c5966d8ed8ff248ca21900aaf2350aac87f68e4 (patch)
treea210b657ee7f2815aeabad400b9bfa946cde50fb /client/x11/red_window_p.h
parent81241dd8251078fb049d35b7bc8a6c4dcfb6fa98 (diff)
downloadspice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.tar.gz
spice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.tar.xz
spice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.zip
client: KeyHandler now receive unicode char event in addition to RedKey events
Diffstat (limited to 'client/x11/red_window_p.h')
-rw-r--r--client/x11/red_window_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/x11/red_window_p.h b/client/x11/red_window_p.h
index 8b98b4a6..77933f93 100644
--- a/client/x11/red_window_p.h
+++ b/client/x11/red_window_p.h
@@ -50,6 +50,7 @@ public:
static Cursor create_invisible_cursor(Window window);
void set_glx(int width, int height);
+ static void handle_key_press_event(RedWindow& red_window, XKeyEvent* event);
protected:
int _screen;