aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/GetSOwner.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/GetSOwner.c')
-rw-r--r--nx-X11/lib/X11/GetSOwner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/GetSOwner.c b/nx-X11/lib/X11/GetSOwner.c
index 00a4e2d1d..2258f8ce1 100644
--- a/nx-X11/lib/X11/GetSOwner.c
+++ b/nx-X11/lib/X11/GetSOwner.c
@@ -29,9 +29,9 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "Xlibint.h"
-Window XGetSelectionOwner(dpy, selection)
-register Display *dpy;
-Atom selection;
+Window XGetSelectionOwner(
+ register Display *dpy,
+ Atom selection)
{
xGetSelectionOwnerReply rep;
register xResourceReq *req;