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

Unified Diff: base/message_pump_glib_x.h

Issue 6975045: touch: Always expect XInput2 availability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 7 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 | « no previous file | base/message_pump_glib_x.cc » ('j') | build/linux/system.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_glib_x.h
diff --git a/base/message_pump_glib_x.h b/base/message_pump_glib_x.h
index ed29e6a777e2c1cb5643b13df08aed741e249cd8..7ccc0f9b2ebbc638010c9ddde79d065da6ac442d 100644
--- a/base/message_pump_glib_x.h
+++ b/base/message_pump_glib_x.h
@@ -57,13 +57,11 @@ class MessagePumpGlibX : public MessagePumpForUI {
// processed so that GDK doesn't get to them.
void InitializeEventsToCapture(void);
-#if defined(HAVE_XINPUT2)
// Initialize X2 input.
void InitializeXInput2(void);
// The opcode used for checking events.
int xiopcode_;
-#endif
// The event source for GDK events.
GSource* gdksource_;
« no previous file with comments | « no previous file | base/message_pump_glib_x.cc » ('j') | build/linux/system.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698