[PATCH mouse 04/23] XI86_POINTER_CAPABLE is gone from the server.

Peter Hutterer peter.hutterer at who-t.net
Sun Oct 24 23:25:12 PDT 2010


And was a write-only flag before that anyway, no ifdef needed.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/mouse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mouse.c b/src/mouse.c
index 045e6fc..dab7ae7 100644
--- a/src/mouse.c
+++ b/src/mouse.c
@@ -867,7 +867,7 @@ MousePreInit(InputDriverPtr drv, IDevPtr dev, int flags)
     /* Initialise the InputInfoRec. */
     pInfo->name = dev->identifier;
     pInfo->type_name = XI_MOUSE;
-    pInfo->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS;
+    pInfo->flags = XI86_SEND_DRAG_EVENTS;
     pInfo->device_control = MouseProc;
     pInfo->read_input = MouseReadInput;
 #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
-- 
1.7.2.3



More information about the xorg-devel mailing list