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

Unified Diff: aura/event.h

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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 | « aura/desktop_host_linux.cc ('k') | aura/event_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: aura/event.h
diff --git a/aura/event.h b/aura/event.h
index 27a9843ea2748907629347a3534b3ad6485b79b5..884f9b0dd2fd0828095141443bb65a7a529f0385 100644
--- a/aura/event.h
+++ b/aura/event.h
@@ -12,12 +12,15 @@
#include "ui/base/keycodes/keyboard_codes.h"
#include "ui/gfx/point.h"
+#if defined(USE_X11)
+typedef union _XEvent XEvent;
+#endif
+
namespace aura {
#if defined(OS_WIN)
typedef MSG NativeEvent;
#elif defined(USE_X11)
-typedef union _XEvent XEvent;
typedef XEvent* NativeEvent;
#endif
« no previous file with comments | « aura/desktop_host_linux.cc ('k') | aura/event_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698