summaryrefslogtreecommitdiff
path: root/xlibs/include/X11/ImUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlibs/include/X11/ImUtil.h')
-rw-r--r--xlibs/include/X11/ImUtil.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/xlibs/include/X11/ImUtil.h b/xlibs/include/X11/ImUtil.h
new file mode 100644
index 000000000..779e1dc15
--- /dev/null
+++ b/xlibs/include/X11/ImUtil.h
@@ -0,0 +1,30 @@
+
+#ifndef _X11_IMUTIL_H_
+#define _X11_IMUTIL_H_
+
+extern int
+_XGetScanlinePad(
+ Display *dpy,
+ int depth);
+
+extern int
+_XGetBitsPerPixel(
+ Display *dpy,
+ int depth);
+
+extern int
+_XSetImage(
+ XImage *srcimg,
+ XImage *dstimg,
+ int x,
+ int y);
+
+extern int
+_XReverse_Bytes(
+ unsigned char *bpt,
+ int nb);
+extern void
+_XInitImageFuncPtrs(
+ XImage *image);
+
+#endif /* _X11_IMUTIL_H_ */