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
This commit is contained in:
Ikey Doherty 2014-09-26 21:49:59 +01:00 committed by Jasper St. Pierre
parent 93b7137c62
commit 34421e90c3
3 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#include <cogl/cogl.h>
#include <clutter/clutter.h>
#include <X11/extensions/Xfixes.h>
#include "meta-stage.h"
struct _MetaCursorRendererPrivate

View File

@ -42,6 +42,7 @@
#include <gdk/gdkx.h>
#include <X11/extensions/Xfixes.h>
#include <X11/extensions/Xfixes.h>
#include "meta-backend-private.h"
#include "meta-cursor-private.h"

View File

@ -24,6 +24,8 @@
#include "config.h"
#include <X11/extensions/Xfixes.h>
#include "meta-cursor-renderer-x11.h"
#include <X11/extensions/Xfixes.h>