[PATCH acecad 1/7] Remove usage of XI86_POINTER_CAPABLE.

Peter Hutterer peter.hutterer at who-t.net
Thu Sep 9 17:56:35 PDT 2010


Flag was a write-only flag in both the server and the driver has now been
removed from the server.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
CC: Giuseppe Bilotta <giuseppe.bilotta at gmail.org>
---
 src/acecad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/acecad.c b/src/acecad.c
index fb031c5..d895756 100644
--- a/src/acecad.c
+++ b/src/acecad.c
@@ -345,7 +345,7 @@ AceCadPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
 
     local->name = dev->identifier;
     local->type_name = XI_TABLET;
-    local->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS;
+    local->flags = XI86_SEND_DRAG_EVENTS;
 #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
     local->motion_history_proc = xf86GetMotionEvents;
 #endif
-- 
1.7.2.3



More information about the xorg-devel mailing list