mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
include: add "lastSlave" field to DeviceIntRec.
Set to the last slave device that routed events through the master.
This commit is contained in:
parent
e6bd8ae060
commit
b6ccf721b0
1 changed files with 3 additions and 0 deletions
|
|
@ -400,7 +400,10 @@ typedef struct _DeviceIntRec {
|
||||||
int nPrivates;
|
int nPrivates;
|
||||||
DeviceUnwrapProc unwrapProc;
|
DeviceUnwrapProc unwrapProc;
|
||||||
SpriteInfoPtr spriteInfo;
|
SpriteInfoPtr spriteInfo;
|
||||||
|
union {
|
||||||
DeviceIntPtr master; /* master device */
|
DeviceIntPtr master; /* master device */
|
||||||
|
DeviceIntPtr lastSlave; /* last slave device used */
|
||||||
|
} u;
|
||||||
} DeviceIntRec;
|
} DeviceIntRec;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue