diff options
Diffstat (limited to 'Xi/exglobals.h')
-rw-r--r-- | Xi/exglobals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Xi/exglobals.h b/Xi/exglobals.h index 2d2d25c0b..f7557079e 100644 --- a/Xi/exglobals.h +++ b/Xi/exglobals.h @@ -78,5 +78,7 @@ extern int DevicePropertyNotify; extern int RT_INPUTCLIENT; -extern DevPrivateKey XIClientPrivateKey; +extern DevPrivateKeyRec XIClientPrivateKeyRec; +#define XIClientPrivateKey (&XIClientPrivateKeyRec) + #endif /* EXGLOBALS_H */ |