summaryrefslogtreecommitdiff
path: root/Xi/regpair.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/regpair.c')
-rw-r--r--Xi/regpair.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/regpair.c b/Xi/regpair.c
index cfaddb841..3fe459150 100644
--- a/Xi/regpair.c
+++ b/Xi/regpair.c
@@ -53,12 +53,12 @@ from the author.
/***********************************************************************
*
- * This procedure allows a client to register the pairing of a pointer
+ * This procedure allows a client to register the pairing of a pointer
* with a keyboard.
*
*/
-int
+int
SProcXRegisterPairingClient(ClientPtr client)
{
char n;
@@ -67,7 +67,7 @@ SProcXRegisterPairingClient(ClientPtr client)
return ProcXRegisterPairingClient(client);
}
-int
+int
ProcXRegisterPairingClient(ClientPtr client)
{
xRegisterPairingClientReply rep;
@@ -96,7 +96,7 @@ ProcXRegisterPairingClient(ClientPtr client)
*/
void
-SRepXRegisterPairingClient(ClientPtr client, int size,
+SRepXRegisterPairingClient(ClientPtr client, int size,
xRegisterPairingClientReply* rep)
{
register char n;