[PATCH 46/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Fri Apr 27 00:50:00 PDT 2007


diff --git a/src/DestSubs.c b/src/DestSubs.c
index 3d5f48d..236ba66 100644
--- a/src/DestSubs.c
+++ b/src/DestSubs.c
@@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group.
 #include "Xlibint.h"
 
 int
-XDestroySubwindows(dpy, win)
-register Display *dpy;
-Window win;
+XDestroySubwindows(
+    register Display *dpy,
+    Window win)
 {
     register xResourceReq *req;
 



More information about the xorg mailing list