From 8bc4be3048754b9c751cd98f5a5b46cf59a56f3a Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Sat, 22 Jan 2011 16:40:48 -0500 Subject: Remove support for X input ABI < 12.2 Signed-off-by: Chase Douglas Signed-off-by: Peter Hutterer --- src/emuMB.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/emuMB.c') diff --git a/src/emuMB.c b/src/emuMB.c index 764b30e..b7a57b8 100644 --- a/src/emuMB.c +++ b/src/emuMB.c @@ -43,10 +43,8 @@ #include -#ifdef HAVE_PROPERTIES static Atom prop_mbemu = 0; /* Middle button emulation on/off property */ static Atom prop_mbtimeout = 0; /* Middle button timeout property */ -#endif /* * Lets create a simple finite-state machine for 3 button emulation: * @@ -330,7 +328,6 @@ EvdevMBEmuFinalize(InputInfoPtr pInfo) } -#ifdef HAVE_PROPERTIES static int EvdevMBEmuSetProperty(DeviceIntPtr dev, Atom atom, XIPropertyValuePtr val, BOOL checkonly) @@ -391,4 +388,3 @@ EvdevMBEmuInitProperty(DeviceIntPtr dev) XIRegisterPropertyHandler(dev, EvdevMBEmuSetProperty, NULL, NULL); } -#endif -- cgit v1.2.3