summaryrefslogtreecommitdiff
path: root/src/FillRects.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-09-10 05:48:07 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-09-11 12:26:14 -0400
commitf43df87188375440dbad33d7c0beed2a607b8d1d (patch)
tree37a96904adad80020473db71bf8b6ccf7c9e6274 /src/FillRects.c
parentea28ca1a2cce8e0d8e5a1f620a809384ed276c37 (diff)
use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/FillRects.c')
-rw-r--r--src/FillRects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FillRects.c b/src/FillRects.c
index 0076f24..0a5cb57 100644
--- a/src/FillRects.c
+++ b/src/FillRects.c
@@ -70,7 +70,7 @@ XRenderFillRectangles (Display *dpy,
}
SetReqLen(req, len, len);
len <<= 2; /* watch out for macros... */
- Data16 (dpy, (short *) rectangles, len);
+ Data16 (dpy, (_Xconst short *) rectangles, len);
n_rects -= n;
rectangles += n;
}