Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:28

0001 
0002 #ifndef _X11_IMUTIL_H_
0003 #define _X11_IMUTIL_H_
0004 
0005 extern int
0006 _XGetScanlinePad(
0007     Display *dpy,
0008     int depth);
0009 
0010 extern int
0011 _XGetBitsPerPixel(
0012  Display *dpy,
0013  int depth);
0014 
0015 extern int
0016 _XSetImage(
0017     XImage *srcimg,
0018     XImage *dstimg,
0019     int x,
0020     int y);
0021 
0022 extern int
0023 _XReverse_Bytes(
0024     unsigned char *bpt,
0025     int nb);
0026 extern void
0027 _XInitImageFuncPtrs(
0028     XImage *image);
0029 
0030 #endif /* _X11_IMUTIL_H_ */