mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 14:28:47 +00:00
Fix compilation after input API change
Fix compilation after commit 675f4a8525
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>
This commit is contained in:
committed by
Peter Hutterer
parent
965e709f2b
commit
98abac809a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user