summaryrefslogtreecommitdiff
path: root/Xi/warpdevp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/warpdevp.c')
-rw-r--r--Xi/warpdevp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xi/warpdevp.c b/Xi/warpdevp.c
index 8df7e14db..82d71d524 100644
--- a/Xi/warpdevp.c
+++ b/Xi/warpdevp.c
@@ -59,9 +59,9 @@ from the author.
*/
int
-SProcXWarpDevicePointer(register ClientPtr client)
+SProcXWarpDevicePointer(ClientPtr client)
{
- register char n;
+ char n;
REQUEST(xWarpDevicePointerReq);
swaps(&stuff->length, n);
@@ -69,7 +69,7 @@ SProcXWarpDevicePointer(register ClientPtr client)
}
int
-ProcXWarpDevicePointer(register ClientPtr client)
+ProcXWarpDevicePointer(ClientPtr client)
{
int err;
int x, y;