summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-10-09 10:40:26 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-10-09 20:03:30 +0200
commit2deea6e0a3ddaa72506a7c1435bbfa60fb2feb55 (patch)
tree2934bfc7689777fdf0d19ca2de3549b6e5acde19
parenta1165093019482e925b03aa4f76b61f9072ed45b (diff)
downloadmutter-2deea6e0a3ddaa72506a7c1435bbfa60fb2feb55.tar.gz
events: Fix build without wayland
https://bugzilla.gnome.org/show_bug.cgi?id=738225
-rw-r--r--src/core/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/events.c b/src/core/events.c
index 1c4eae3c6..e0892d896 100644
--- a/src/core/events.c
+++ b/src/core/events.c
@@ -28,6 +28,7 @@
#include "display-private.h"
#include "window-private.h"
#include "backends/x11/meta-backend-x11.h"
+#include "backends/meta-cursor-tracker-private.h"
#ifdef HAVE_NATIVE_BACKEND
#include "backends/native/meta-backend-native.h"
@@ -35,7 +36,6 @@
#endif
#ifdef HAVE_WAYLAND
-#include "backends/meta-cursor-tracker-private.h"
#include "wayland/meta-wayland-private.h"
#endif
#include "meta-surface-actor.h"