Mercurial > repos > rliterman > csp2
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 | |
2 #ifndef _X11_IMUTIL_H_ | |
3 #define _X11_IMUTIL_H_ | |
4 | |
5 extern int | |
6 _XGetScanlinePad( | |
7 Display *dpy, | |
8 int depth); | |
9 | |
10 extern int | |
11 _XGetBitsPerPixel( | |
12 Display *dpy, | |
13 int depth); | |
14 | |
15 extern int | |
16 _XSetImage( | |
17 XImage *srcimg, | |
18 XImage *dstimg, | |
19 int x, | |
20 int y); | |
21 | |
22 extern int | |
23 _XReverse_Bytes( | |
24 unsigned char *bpt, | |
25 int nb); | |
26 extern void | |
27 _XInitImageFuncPtrs( | |
28 XImage *image); | |
29 | |
30 #endif /* _X11_IMUTIL_H_ */ |