summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-09-02 15:03:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-09-10 09:09:46 +1000
commit824e970c5cc94fc7d5fe5f78a24d0d3057d87a84 (patch)
treefa1e89f277523bd955e92a4cadc34a9bef7855ba
parentac3f88e604212fc3668d623798d50aa218c13995 (diff)
xfree86: remove TS_Raw and TS_Scaled defines.
There are no references to it other than the commit that added them. But since we're re-doing the API anyway, now is a good time to break things. commit 9398d62f27ee1b287e4458fd8b011c10f7b59efd Author: Daniel Stone <daniel@fooishbar.org> Date: Wed Mar 21 00:18:24 2007 +0200 XFree86 input: Add backwards compatibility for motion history Add the old motion history API back, as a shim around the new mi API. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r--hw/xfree86/common/xf86Xinput.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h
index 955d2aa61..7d3f3e202 100644
--- a/hw/xfree86/common/xf86Xinput.h
+++ b/hw/xfree86/common/xf86Xinput.h
@@ -71,10 +71,6 @@
return; \
}
-/* Stupid API backwards-compatibility. */
-#define TS_Raw 60
-#define TS_Scaled 61
-
/* This holds the input driver entry and module information. */
typedef struct _InputDriverRec {
int driverVersion;