mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-17 11:30:45 +02:00
include: add "master" field to DeviceIntRec.
"master" points to the device this device is attached to. Event sent by the device will also be routed through the master. master and spriteOwner are mutually exclusive.
This commit is contained in:
parent
042e16458b
commit
ce9bf9a191
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ typedef struct _DeviceIntRec {
|
|||
int nPrivates;
|
||||
DeviceUnwrapProc unwrapProc;
|
||||
SpriteInfoPtr spriteInfo;
|
||||
DeviceIntPtr master; /* master device */
|
||||
} DeviceIntRec;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue