summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-02-28 17:11:35 -0500
committerAdam Jackson <ajax@redhat.com>2011-03-08 13:20:33 -0500
commit2cb3dc020cbec1ba64848dac532b3bb2d84d0635 (patch)
treeaa8c095a88443e17bbf9d91df4b54bee17647808
parent2413702aa0b488f1a4f828a017d5b508c4f219f1 (diff)
xi: Use RESTYPE consistently
No functional change Reviewed-by: Soren Sandmann <ssp@redhat.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--Xi/exglobals.h2
-rw-r--r--Xi/extinit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xi/exglobals.h b/Xi/exglobals.h
index f7557079e..8c5a42e6e 100644
--- a/Xi/exglobals.h
+++ b/Xi/exglobals.h
@@ -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)
diff --git a/Xi/extinit.c b/Xi/extinit.c
index 82df7eb02..46d34599c 100644
--- a/Xi/extinit.c
+++ b/Xi/extinit.c
@@ -358,7 +358,7 @@ int ChangeDeviceNotify;
int DevicePresenceNotify;
int DevicePropertyNotify;
-int RT_INPUTCLIENT;
+RESTYPE RT_INPUTCLIENT;
/*****************************************************************
*