Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1780)

Unified Diff: remoting/client/x11_input_handler.h

Issue 3341005: Add mouse/keyboard event support to Chromoting client (Pepper and X11). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: review comments Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.cc ('k') | remoting/client/x11_input_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/x11_input_handler.h
diff --git a/remoting/client/x11_input_handler.h b/remoting/client/x11_input_handler.h
index eedaf543a657b82feec94731aa4d8eac29b6fdf9..e84e4b910a1648381984862477c1098ddf5fbda7 100644
--- a/remoting/client/x11_input_handler.h
+++ b/remoting/client/x11_input_handler.h
@@ -27,6 +27,10 @@ class X11InputHandler : public InputHandler {
void ScheduleX11EventHandler();
+ // This is really an XEvent, but if we include Xlib.h in this file, it will
+ // cause conflicts with other headers. See note at top of
+ // x11_input_handler.cc.
+ void HandleKeyEvent(void* event);
void HandleMouseMoveEvent(int x, int y);
void HandleMouseButtonEvent(bool button_down, int xbutton_id);
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.cc ('k') | remoting/client/x11_input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698