xi: Use RESTYPE consistently
No functional change Reviewed-by: Soren Sandmann <ssp@redhat.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
2413702aa0
commit
2cb3dc020c
|
@ -76,7 +76,7 @@ extern int ChangeDeviceNotify;
|
||||||
extern int DevicePresenceNotify;
|
extern int DevicePresenceNotify;
|
||||||
extern int DevicePropertyNotify;
|
extern int DevicePropertyNotify;
|
||||||
|
|
||||||
extern int RT_INPUTCLIENT;
|
extern RESTYPE RT_INPUTCLIENT;
|
||||||
|
|
||||||
extern DevPrivateKeyRec XIClientPrivateKeyRec;
|
extern DevPrivateKeyRec XIClientPrivateKeyRec;
|
||||||
#define XIClientPrivateKey (&XIClientPrivateKeyRec)
|
#define XIClientPrivateKey (&XIClientPrivateKeyRec)
|
||||||
|
|
|
@ -358,7 +358,7 @@ int ChangeDeviceNotify;
|
||||||
int DevicePresenceNotify;
|
int DevicePresenceNotify;
|
||||||
int DevicePropertyNotify;
|
int DevicePropertyNotify;
|
||||||
|
|
||||||
int RT_INPUTCLIENT;
|
RESTYPE RT_INPUTCLIENT;
|
||||||
|
|
||||||
/*****************************************************************
|
/*****************************************************************
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue