[PATCH 47/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Fri Apr 27 00:50:50 PDT 2007
diff --git a/src/DestWind.c b/src/DestWind.c
index a079d44..221da26 100644
--- a/src/DestWind.c
+++ b/src/DestWind.c
@@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XDestroyWindow (dpy, w)
- register Display *dpy;
- Window w;
+XDestroyWindow (
+ register Display *dpy,
+ Window w)
{
register xResourceReq *req;
More information about the xorg
mailing list