aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/DefCursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/DefCursor.c')
-rw-r--r--nx-X11/lib/X11/DefCursor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/DefCursor.c b/nx-X11/lib/X11/DefCursor.c
index ebfd4620d..e3cee0649 100644
--- a/nx-X11/lib/X11/DefCursor.c
+++ b/nx-X11/lib/X11/DefCursor.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XDefineCursor (dpy, w, cursor)
- register Display *dpy;
- Window w;
- Cursor cursor;
+XDefineCursor (
+ register Display *dpy,
+ Window w,
+ Cursor cursor)
{
register xChangeWindowAttributesReq *req;