diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2011-01-22 16:40:48 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-01-24 14:12:39 +1000 |
commit | 8bc4be3048754b9c751cd98f5a5b46cf59a56f3a (patch) | |
tree | 37dcc1ebf7f05cada6f0d042e9e164a7ed5571bf /src/draglock.c | |
parent | 30c3645e20e945b0f8b7dc624748948464be606e (diff) |
Remove support for X input ABI < 12.2
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/draglock.c')
-rw-r--r-- | src/draglock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/draglock.c b/src/draglock.c index af80cf6..0b430f0 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -44,9 +44,7 @@ #include <evdev-properties.h> -#ifdef HAVE_PROPERTIES static Atom prop_dlock = 0; /* Drag lock buttons. */ -#endif void EvdevDragLockLockButton(InputInfoPtr pInfo, unsigned int button); @@ -211,7 +209,6 @@ EvdevDragLockFilterEvent(InputInfoPtr pInfo, unsigned int button, int value) return FALSE; } -#ifdef HAVE_PROPERTIES /** * Set the drag lock property. * If only one value is supplied, then this is used as the meta button. @@ -319,5 +316,3 @@ EvdevDragLockInitProperty(DeviceIntPtr dev) XIRegisterPropertyHandler(dev, EvdevDragLockSetProperty, NULL, NULL); } - -#endif |