summaryrefslogtreecommitdiff
path: root/hw/xnest/Pointer.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-05 09:51:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-05 10:45:20 +1000
commit44afc7577ad3339f4555438388f6a4d8e220c991 (patch)
tree68ab015703b010ec590d67233fe5a93625b55b7f /hw/xnest/Pointer.c
parent32ce5c83a504d2cafd2b19ed628b40032ef347b3 (diff)
xnest: include exevents.h for XIGetKnownProperty.
Silences compiler warning. Pointer.c: In function ‘xnestPointerProc’: Pointer.c:64: warning: implicit declaration of function ‘XIGetKnownProperty’ Pointer.c:64: warning: nested extern declaration of ‘XIGetKnownProperty’ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/xnest/Pointer.c')
-rw-r--r--hw/xnest/Pointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xnest/Pointer.c b/hw/xnest/Pointer.c
index c5d361c63..4de467391 100644
--- a/hw/xnest/Pointer.c
+++ b/hw/xnest/Pointer.c
@@ -34,6 +34,7 @@ is" without express or implied warranty.
#include "Args.h"
#include "xserver-properties.h"
+#include "exevents.h" /* For XIGetKnownProperty */
DeviceIntPtr xnestPointerDevice = NULL;