[PATCH 30/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 22:24:11 PDT 2007


diff --git a/src/ConvSel.c b/src/ConvSel.c
index 64739b2..e60148e 100644
--- a/src/ConvSel.c
+++ b/src/ConvSel.c
@@ -32,12 +32,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;
 



More information about the xorg mailing list