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>
This commit is contained in:
Peter Hutterer 2009-08-05 09:51:05 +10:00
parent 32ce5c83a5
commit 44afc7577a

View File

@ -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;