diff options
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index cbbc4e2bd..146fbc8b6 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -398,6 +398,7 @@ typedef struct _DeviceIntRec { int nPrivates; DeviceUnwrapProc unwrapProc; SpriteInfoPtr spriteInfo; + DeviceIntPtr master; /* master device */ } DeviceIntRec; typedef struct { |