summaryrefslogtreecommitdiff
path: root/Xi/allowev.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/allowev.c')
-rw-r--r--Xi/allowev.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/Xi/allowev.c b/Xi/allowev.c
index c1df7eb73..83c664758 100644
--- a/Xi/allowev.c
+++ b/Xi/allowev.c
@@ -79,9 +79,8 @@ SOFTWARE.
*/
int
-SProcXAllowDeviceEvents(client)
- register ClientPtr client;
- {
+SProcXAllowDeviceEvents(register ClientPtr client)
+{
register char n;
REQUEST(xAllowDeviceEventsReq);
@@ -98,9 +97,8 @@ SProcXAllowDeviceEvents(client)
*/
int
-ProcXAllowDeviceEvents(client)
- register ClientPtr client;
- {
+ProcXAllowDeviceEvents(register ClientPtr client)
+{
TimeStamp time;
DeviceIntPtr thisdev;