aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ChActPGb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ChActPGb.c')
-rw-r--r--nx-X11/lib/X11/ChActPGb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/lib/X11/ChActPGb.c b/nx-X11/lib/X11/ChActPGb.c
index 82d404310..bebef2b01 100644
--- a/nx-X11/lib/X11/ChActPGb.c
+++ b/nx-X11/lib/X11/ChActPGb.c
@@ -30,11 +30,11 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XChangeActivePointerGrab(dpy, event_mask, curs, time)
-register Display *dpy;
-unsigned int event_mask; /* CARD16 */
-Cursor curs;
-Time time;
+XChangeActivePointerGrab(
+ register Display *dpy,
+ unsigned int event_mask, /* CARD16 */
+ Cursor curs,
+ Time time)
{
register xChangeActivePointerGrabReq *req;