diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-10 05:48:07 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-11 12:26:14 -0400 |
commit | f43df87188375440dbad33d7c0beed2a607b8d1d (patch) | |
tree | 37a96904adad80020473db71bf8b6ccf7c9e6274 /src/Picture.c | |
parent | ea28ca1a2cce8e0d8e5a1f620a809384ed276c37 (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/Picture.c')
-rw-r--r-- | src/Picture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Picture.c b/src/Picture.c index a7fff5a..0b0a16c 100644 --- a/src/Picture.c +++ b/src/Picture.c @@ -145,7 +145,7 @@ _XRenderSetPictureClipRectangles (Display *dpy, len = ((long) n) << 1; SetReqLen (req, len, 1); len <<= 2; - Data16 (dpy, (short *) rects, len); + Data16 (dpy, (_Xconst short *) rects, len); } void |