aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/FillRct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/src/FillRct.c')
-rw-r--r--libX11/src/FillRct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/FillRct.c b/libX11/src/FillRct.c
index 09bc5422d..2859ceb5c 100644
--- a/libX11/src/FillRct.c
+++ b/libX11/src/FillRct.c
@@ -42,7 +42,7 @@ XFillRectangle(
GC gc,
int x,
int y, /* INT16 */
- unsigned int width,
+ unsigned int width,
unsigned int height) /* CARD16 */
{
xRectangle *rect;
@@ -57,7 +57,7 @@ XFillRectangle(
FlushGC(dpy, gc);
{
- register xPolyFillRectangleReq *req
+ register xPolyFillRectangleReq *req
= (xPolyFillRectangleReq *) dpy->last_req;
/* if same as previous request, with same drawable, batch requests */