[PATCH 33/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 23:25:47 PDT 2007
diff --git a/src/CopyGC.c b/src/CopyGC.c
index 7ca5f38..f94914a 100644
--- a/src/CopyGC.c
+++ b/src/CopyGC.c
@@ -32,10 +32,11 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XCopyGC (dpy, srcGC, mask, destGC)
- register Display *dpy;
- unsigned long mask; /* which ones to set initially */
- GC srcGC, destGC;
+XCopyGC (
+ register Display *dpy,
+ GC srcGC,
+ unsigned long mask, /* which ones to set initially */
+ GC destGC)
{
register XGCValues *destgv = &destGC->values,
*srcgv = &srcGC->values;
More information about the xorg
mailing list