aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/CopyPlane.c
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/src/CopyPlane.c')
-rw-r--r--libX11/src/CopyPlane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/CopyPlane.c b/libX11/src/CopyPlane.c
index 5d1dbb9d2..fd512dfe9 100644
--- a/libX11/src/CopyPlane.c
+++ b/libX11/src/CopyPlane.c
@@ -39,13 +39,13 @@ XCopyPlane(
GC gc,
int src_x,
int src_y,
- unsigned int width,
+ unsigned int width,
unsigned int height,
int dst_x,
int dst_y,
unsigned long bit_plane)
-{
+{
register xCopyPlaneReq *req;
LockDisplay(dpy);