Include exevents.h for XIGetKnownProperty

Fixes this compiler warning:
vmmouse.c: In function ‘VMMouseDeviceControl’:
vmmouse.c:734: warning: implicit declaration of function ‘XIGetKnownProperty’

Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Julien Cristau
2010-04-17 01:30:15 +02:00
parent 01f03ca8fb
commit 1cba87aab1

View File

@@ -70,6 +70,7 @@
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7
#include <xserver-properties.h>
#include "exevents.h"
#endif
#include "xisb.h"