diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-11-11 23:06:13 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-11-15 07:39:11 +1000 |
commit | 98abac809a024ac3ed9dd0514ca96367f668c05d (patch) | |
tree | 8a308e6cd276a43de74c79197a5dbb7f995c3326 /hw/xwin/winmouse.c | |
parent | 965e709f2b0b17f1e59e5aeb5e7717fede51ef97 (diff) |
Fix compilation after input API change
Fix compilation after commit 675f4a8525d29ebad783351e17be785b2f32b2e8
converts winmouse.c to the new ValuatorMask input API, but doesn't
include the required header inpututil.h
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/xwin/winmouse.c')
-rw-r--r-- | hw/xwin/winmouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winmouse.c b/hw/xwin/winmouse.c index da1d5a9e7..ee93d8f02 100644 --- a/hw/xwin/winmouse.c +++ b/hw/xwin/winmouse.c @@ -39,6 +39,7 @@ #include "inputstr.h" #include "exevents.h" /* for button/axes labels */ #include "xserver-properties.h" +#include "inpututils.h" /* Peek the internal button mapping */ static CARD8 const *g_winMouseButtonMap = NULL; |