summaryrefslogtreecommitdiff
path: root/dix/cursor.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-22 17:47:01 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-22 17:47:01 +1030
commitf8cd19bd1692d12a6047c088a626a6ae715d469d (patch)
tree09b57c097cc748ebc83729f5ffd101f7af635ccb /dix/cursor.c
parent0acf993e2878d0866fd4e2db8252c1ea6841e494 (diff)
Xi: add GetClientPointer and GetPointerPairing requests.
dix: use PickKeyboard for ProcSetInputFocus and ProcGetInputFocus instead of the core keyboard.
Diffstat (limited to 'dix/cursor.c')
-rw-r--r--dix/cursor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/cursor.c b/dix/cursor.c
index 5b5c498b0..c58e2fa16 100644
--- a/dix/cursor.c
+++ b/dix/cursor.c
@@ -131,7 +131,6 @@ FreeCursor(pointer value, XID cid)
}
FreeCursorBits(pCurs->bits);
xfree( pCurs);
- MPXDBG("freeing memory for cursor\n");
return(Success);
}