aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/include/X11/ImUtil.h
blob: c0aface46863b6bdc585f9ca2ad47e4b2a9bb88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#if !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_)
#define _X11_IMUTIL_H_
#define _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 /* !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_) */