dix: added isMPdev field to _DeviceIntRec, is used in GetPointerEvents()

mieq:   avoid merging events from different devices in mieqEnqueue()

xfree86/common
        isMPdev field used from xf86ActivateDevice(), xf86PostMotionEvent()
        and xf86PostButtonEvent()
This commit is contained in:
Peter Hutterer
2006-11-16 15:11:14 +10:30
committed by Peter Hutterer
parent 7ce2dc5784
commit c957a16180
5 changed files with 31 additions and 3 deletions

View File

@@ -288,6 +288,9 @@ typedef struct _DeviceIntRec {
Bool inited; /* TRUE if INIT returns Success */
Bool enabled; /* TRUE if ON returns Success */
Bool coreEvents; /* TRUE if device also sends core */
#ifdef MPX
Bool isMPDev; /* TRUE if multipointer device */
#endif
GrabPtr grab; /* the grabber - used by DIX */
struct {
Bool frozen;