summaryrefslogtreecommitdiff
path: root/dix/cursor.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-12-20 13:05:53 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-12-20 13:05:53 +1030
commit202b46eb6bf0d5f94973c2bf1e4ebe9d154eadbf (patch)
tree6d91cbe6edfb7e4540438b8c1f4f8a87ec255f8e /dix/cursor.c
parent2d0a63126b3d3a17005b7e122617ee0c5f44a55b (diff)
xfree86: Changing "IsMPDevice" to "SharedPointer" option. Devices will default
to MP devices. Xi: Adding QueryDevicePointer request/reply Adding WarpDevicePointer request/reply
Diffstat (limited to 'dix/cursor.c')
-rw-r--r--dix/cursor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/cursor.c b/dix/cursor.c
index f4e332f66..b58a7bf81 100644
--- a/dix/cursor.c
+++ b/dix/cursor.c
@@ -117,9 +117,6 @@ FreeCursor(pointer value, XID cid)
ScreenPtr pscr;
DeviceIntPtr pDev;
- /* FIXME: MPX: When FreeClientRessources is called, it calls FreeCursor
- * too often. Refcnt gots < 0 and FreeCursorBits segfaults because the
- * memory is already freed. */
MPXDBG("freecursor refcount %d\n", pCurs->refcnt);
if ( --pCurs->refcnt != 0)
return(Success);