[PATCH 27/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 22:20:36 PDT 2007
diff --git a/src/Clear.c b/src/Clear.c
index 314d259..5e381fb 100644
--- a/src/Clear.c
+++ b/src/Clear.c
@@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XClearWindow(dpy, w)
- register Display *dpy;
- Window w;
+XClearWindow(
+ register Display *dpy,
+ Window w)
{
register xClearAreaReq *req;
More information about the xorg
mailing list