aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/include/X11/ImUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/include/X11/ImUtil.h')
-rw-r--r--nx-X11/lib/include/X11/ImUtil.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/lib/include/X11/ImUtil.h b/nx-X11/lib/include/X11/ImUtil.h
index a8b95eead..c0aface46 100644
--- a/nx-X11/lib/include/X11/ImUtil.h
+++ b/nx-X11/lib/include/X11/ImUtil.h
@@ -16,16 +16,16 @@ _XGetBitsPerPixel(
extern int
_XSetImage(
XImage *srcimg,
- register XImage *dstimg,
- register int x,
- register int y);
+ XImage *dstimg,
+ int x,
+ int y);
extern int
_XReverse_Bytes(
- register unsigned char *bpt,
- register int nb);
+ unsigned char *bpt,
+ int nb);
extern void
_XInitImageFuncPtrs(
- register XImage *image);
+ XImage *image);
#endif /* !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_) */