From 4875a15ca61358a1c95b156b2279fce092451278 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 19 Jan 2022 00:45:43 +0100 Subject: Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78 --- nx-X11/lib/src/ImUtil.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nx-X11/lib/src/ImUtil.c') diff --git a/nx-X11/lib/src/ImUtil.c b/nx-X11/lib/src/ImUtil.c index 79ba80ecc..5e41c30ff 100644 --- a/nx-X11/lib/src/ImUtil.c +++ b/nx-X11/lib/src/ImUtil.c @@ -265,7 +265,7 @@ static void _putbits( * valid, and reinit the functions if not. */ void _XInitImageFuncPtrs ( - register XImage *image) + XImage *image) { image->f.create_image = XCreateImage; image->f.destroy_image = _XDestroyImage; @@ -914,9 +914,9 @@ static XImage *_XSubImage ( int _XSetImage( XImage *srcimg, - register XImage *dstimg, - register int x, - register int y) + XImage *dstimg, + int x, + int y) { register unsigned long pixel; register int row, col; -- cgit v1.2.3