diff options
Diffstat (limited to 'Xi/exglobals.h')
-rw-r--r-- | Xi/exglobals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xi/exglobals.h b/Xi/exglobals.h index 8c5a42e6e..9f235e034 100644 --- a/Xi/exglobals.h +++ b/Xi/exglobals.h @@ -79,6 +79,7 @@ extern int DevicePropertyNotify; extern RESTYPE RT_INPUTCLIENT; extern DevPrivateKeyRec XIClientPrivateKeyRec; + #define XIClientPrivateKey (&XIClientPrivateKeyRec) -#endif /* EXGLOBALS_H */ +#endif /* EXGLOBALS_H */ |