mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 23:40:08 +01: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:
parent
2413702aa0
commit
2cb3dc020c
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
/*****************************************************************
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue