mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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:
@@ -76,7 +76,7 @@ extern int ChangeDeviceNotify;
|
||||
extern int DevicePresenceNotify;
|
||||
extern int DevicePropertyNotify;
|
||||
|
||||
extern int RT_INPUTCLIENT;
|
||||
extern RESTYPE RT_INPUTCLIENT;
|
||||
|
||||
extern DevPrivateKeyRec XIClientPrivateKeyRec;
|
||||
#define XIClientPrivateKey (&XIClientPrivateKeyRec)
|
||||
|
||||
@@ -358,7 +358,7 @@ int ChangeDeviceNotify;
|
||||
int DevicePresenceNotify;
|
||||
int DevicePropertyNotify;
|
||||
|
||||
int RT_INPUTCLIENT;
|
||||
RESTYPE RT_INPUTCLIENT;
|
||||
|
||||
/*****************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user