cursor-tracker: Include gdk/gdkx.h

Needed for the call to gdk_x11_device_manager_lookup() introduced
in in the previous commit.
This commit is contained in:
Rui Matos 2014-03-06 19:19:52 +01:00
parent 34a9c95b7f
commit 8358b5dd24

View File

@ -34,6 +34,7 @@
#include <clutter/clutter.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <X11/cursorfont.h>
#include <X11/extensions/Xfixes.h>