mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-22 14:00:51 +02:00
dix: init GrabPrivateKey to correct value.
Merge detritus from last pull.
This commit is contained in:
parent
249b9b30c1
commit
57a491e6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue