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 <[email protected]>
CC: Giuseppe Bilotta <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to