[PATCH 34/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 23:27:00 PDT 2007


diff --git a/src/CopyPlane.c b/src/CopyPlane.c
index b813888..5d1dbb9 100644
--- a/src/CopyPlane.c
+++ b/src/CopyPlane.c
@@ -32,16 +32,18 @@ in this Software without prior written authorization from The Open Group.
 #include "Xlibint.h"
 
 int
-XCopyPlane(dpy, src_drawable, dst_drawable, gc,
-	  src_x, src_y, width, height,
-	  dst_x, dst_y, bit_plane)
-     register Display *dpy;
-     Drawable src_drawable, dst_drawable;
-     GC gc;
-     int src_x, src_y;
-     unsigned int width, height;
-     int dst_x, dst_y;
-     unsigned long bit_plane;
+XCopyPlane(
+     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,
+     unsigned long bit_plane)
 
 {       
     register xCopyPlaneReq *req;



More information about the xorg mailing list