[PATCH 44/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Fri Apr 27 00:48:37 PDT 2007
diff --git a/src/DelProp.c b/src/DelProp.c
index fd40b75..a108a1a 100644
--- a/src/DelProp.c
+++ b/src/DelProp.c
@@ -32,10 +32,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XDeleteProperty(dpy, window, property)
-register Display *dpy;
-Window window;
-Atom property;
+XDeleteProperty(
+ register Display *dpy,
+ Window window,
+ Atom property)
{
register xDeletePropertyReq *req;
More information about the xorg
mailing list