annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/X11/ImUtil.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1
jpayne@69 2 #ifndef _X11_IMUTIL_H_
jpayne@69 3 #define _X11_IMUTIL_H_
jpayne@69 4
jpayne@69 5 extern int
jpayne@69 6 _XGetScanlinePad(
jpayne@69 7 Display *dpy,
jpayne@69 8 int depth);
jpayne@69 9
jpayne@69 10 extern int
jpayne@69 11 _XGetBitsPerPixel(
jpayne@69 12 Display *dpy,
jpayne@69 13 int depth);
jpayne@69 14
jpayne@69 15 extern int
jpayne@69 16 _XSetImage(
jpayne@69 17 XImage *srcimg,
jpayne@69 18 XImage *dstimg,
jpayne@69 19 int x,
jpayne@69 20 int y);
jpayne@69 21
jpayne@69 22 extern int
jpayne@69 23 _XReverse_Bytes(
jpayne@69 24 unsigned char *bpt,
jpayne@69 25 int nb);
jpayne@69 26 extern void
jpayne@69 27 _XInitImageFuncPtrs(
jpayne@69 28 XImage *image);
jpayne@69 29
jpayne@69 30 #endif /* _X11_IMUTIL_H_ */