summaryrefslogtreecommitdiff
path: root/mi/mispritest.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-07 18:19:20 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-07 18:19:20 +1030
commit537bc2ead4d154552cbdc3a19e335f82af63792c (patch)
tree444dcf6acb5e72c45b352fef9b6c17d794f66f1e /mi/mispritest.h
parent39aa79177196e21bcdbaf8e44adead9ef91e6ee5 (diff)
Xi: Don't deactivate core grabs from non-core button/key releases.
dix: set coreGrab flag for grabs caused by GrabPointer and button presses. remove virtual core devices from device list, only real devices are in the list now. Auto-pair each keyboard with a real pointer if one is available, provides multiple keyboards automatically after startup if devices are configured. fix GuessFreePointerDevice() to do what it's supposed to do. mi: fix: call miPointerMove from miPointerWarpCursor. fix: remove unused id field from miCursorInfoRec don't update sprite for virtual core pointer.
Diffstat (limited to 'mi/mispritest.h')
-rw-r--r--mi/mispritest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mi/mispritest.h b/mi/mispritest.h
index 8c8cd5314..8cc206420 100644
--- a/mi/mispritest.h
+++ b/mi/mispritest.h
@@ -44,7 +44,6 @@ in this Software without prior written authorization from The Open Group.
# include "damage.h"
typedef struct {
- int id; /* id, corresponds with device id */
CursorPtr pCursor;
int x; /* cursor hotspot */
int y;