mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +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:
@@ -400,7 +400,10 @@ typedef struct _DeviceIntRec {
|
||||
int nPrivates;
|
||||
DeviceUnwrapProc unwrapProc;
|
||||
SpriteInfoPtr spriteInfo;
|
||||
union {
|
||||
DeviceIntPtr master; /* master device */
|
||||
DeviceIntPtr lastSlave; /* last slave device used */
|
||||
} u;
|
||||
} DeviceIntRec;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user