aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/ImUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/src/ImUtil.c')
-rw-r--r--nx-X11/lib/src/ImUtil.c8
1 files changed, 4 insertions, 4 deletions
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;