diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-03-22 17:47:01 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-03-22 17:47:01 +1030 |
commit | f8cd19bd1692d12a6047c088a626a6ae715d469d (patch) | |
tree | 09b57c097cc748ebc83729f5ffd101f7af635ccb /dix/cursor.c | |
parent | 0acf993e2878d0866fd4e2db8252c1ea6841e494 (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.c | 1 |
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); } |