Edit

IABSD.fr/xenocara/lib/libX11/include/X11/ImUtil.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2020-11-28 14:39:45
    Hash : 476ad6ae
    Message : Update to libX11 1.7.0. Tested by gkoehler@ and jsg@

  • lib/libX11/include/X11/ImUtil.h
  • #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_ */