summaryrefslogtreecommitdiff
path: root/src/backends/meta-cursor-renderer.c
diff options
context:
space:
mode:
authorIkey Doherty <michael.i.doherty@intel.com>2014-09-26 21:49:59 +0100
committerJasper St. Pierre <jstpierre@mecheye.net>2014-12-28 22:40:39 -0800
commit34421e90c3c3b219d4287ba3c55b7aa9b08f14ad (patch)
tree667fc91bb2039419f61763612cf161497942c293 /src/backends/meta-cursor-renderer.c
parent93b7137c62810460d65acaeab20cb08973d370b5 (diff)
downloadmutter-34421e90c3c3b219d4287ba3c55b7aa9b08f14ad.tar.gz
backends: Include Xfixes for cursor events and manipulation
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=737463
Diffstat (limited to 'src/backends/meta-cursor-renderer.c')
-rw-r--r--src/backends/meta-cursor-renderer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/meta-cursor-renderer.c b/src/backends/meta-cursor-renderer.c
index 176e6afbf..ad90cbcf3 100644
--- a/src/backends/meta-cursor-renderer.c
+++ b/src/backends/meta-cursor-renderer.c
@@ -33,6 +33,8 @@
#include <cogl/cogl.h>
#include <clutter/clutter.h>
+#include <X11/extensions/Xfixes.h>
+
#include "meta-stage.h"
struct _MetaCursorRendererPrivate