[PATCH 31/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 22:32:18 PDT 2007


diff --git a/src/CopyArea.c b/src/CopyArea.c
index f27bfef..a2dc6fa 100644
--- a/src/CopyArea.c
+++ b/src/CopyArea.c
@@ -32,15 +32,17 @@ in this Software without prior written authorization from The Open Group.
 #include "Xlibint.h"
 
 int
-XCopyArea(dpy, src_drawable, dst_drawable, gc,
-	  src_x, src_y, width, height,
-	  dst_x, dst_y)
-     register Display *dpy;
-     Drawable src_drawable, dst_drawable;
-     GC gc;
-     int src_x, src_y;
-     unsigned int width, height;
-     int dst_x, dst_y;
+XCopyArea(
+     register Display *dpy,
+     Drawable src_drawable,
+     Drawable dst_drawable,
+     GC gc,
+     int src_x,
+     int src_y,
+     unsigned int width,
+     unsigned int height,
+     int dst_x, 
+     int dst_y)
 
 {
     register xCopyAreaReq *req;



More information about the xorg mailing list