aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ConvSel.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ConvSel.c')
-rw-r--r--nx-X11/lib/X11/ConvSel.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/ConvSel.c b/nx-X11/lib/X11/ConvSel.c
index 3a3ca3865..fb6e8e338 100644
--- a/nx-X11/lib/X11/ConvSel.c
+++ b/nx-X11/lib/X11/ConvSel.c
@@ -30,12 +30,13 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XConvertSelection(dpy, selection, target, property, requestor, time)
-register Display *dpy;
-Atom selection, target;
-Atom property;
-Window requestor;
-Time time;
+XConvertSelection(
+ register Display *dpy,
+ Atom selection,
+ Atom target,
+ Atom property,
+ Window requestor,
+ Time time)
{
register xConvertSelectionReq *req;