mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: init GrabPrivateKey to correct value.
Merge detritus from last pull.
This commit is contained in:
@@ -1538,7 +1538,7 @@ CheckGrabForSyncs(DeviceIntPtr thisDev, Bool thisMode, Bool otherMode)
|
||||
}
|
||||
|
||||
/* Only ever used if a grab is called on an attached slave device. */
|
||||
static DevPrivateKey GrabPrivateKey = -1;
|
||||
static DevPrivateKey GrabPrivateKey = &GrabPrivateKey;
|
||||
typedef struct _GrabMemoryRec {
|
||||
DeviceIntPtr oldmaster;
|
||||
} GrabMemoryRec, *GrabMemoryPtr;
|
||||
|
||||
Reference in New Issue
Block a user