From b5f4fc652cf5999045ff9006a55cf75edaba65c0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Oct 2010 10:57:58 +1000 Subject: [PATCH] XI86_POINTER_CAPABLE is gone from the server. And was a write-only flag before that anyway, no ifdef needed. Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith Tested-by: Alan Coopersmith --- src/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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