Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/X11/ImUtil.h
$ cat -n /usr/include/X11/ImUtil.h 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_ */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™