[mutter] events: Fix build without wayland



commit 2deea6e0a3ddaa72506a7c1435bbfa60fb2feb55
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Oct 9 10:40:26 2014 +0200

    events: Fix build without wayland
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738225

 src/core/events.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/events.c b/src/core/events.c
index 1c4eae3..e0892d8 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]