From 44afc7577ad3339f4555438388f6a4d8e220c991 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Aug 2009 09:51:05 +1000 Subject: [PATCH] xnest: include exevents.h for XIGetKnownProperty. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- hw/xnest/Pointer.c | 1 + 1 file changed, 1 insertion(+) 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;