dix: init GrabPrivateKey to correct value.
Merge detritus from last pull.
This commit is contained in:
parent
249b9b30c1
commit
57a491e6d3
|
@ -1538,7 +1538,7 @@ CheckGrabForSyncs(DeviceIntPtr thisDev, Bool thisMode, Bool otherMode)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Only ever used if a grab is called on an attached slave device. */
|
/* Only ever used if a grab is called on an attached slave device. */
|
||||||
static DevPrivateKey GrabPrivateKey = -1;
|
static DevPrivateKey GrabPrivateKey = &GrabPrivateKey;
|
||||||
typedef struct _GrabMemoryRec {
|
typedef struct _GrabMemoryRec {
|
||||||
DeviceIntPtr oldmaster;
|
DeviceIntPtr oldmaster;
|
||||||
} GrabMemoryRec, *GrabMemoryPtr;
|
} GrabMemoryRec, *GrabMemoryPtr;
|
||||||
|
|
Loading…
Reference in New Issue