Imported Upstream version 1.6.2
[platform/upstream/libX11.git] / src / Cr.h
1
2 #ifndef _CR_H_
3 #define _CR_H_
4
5 #include <X11/Xlib.h>
6
7 extern int _XUpdateGCCache(
8     register GC gc,
9     register unsigned long mask,
10     register XGCValues *attr);
11 extern void _XNoticeCreateBitmap(
12     Display         *dpy,
13     Pixmap          pid,
14     unsigned int    width,
15     unsigned int    height);
16 extern void _XNoticePutBitmap(
17     Display         *dpy,
18     Drawable        draw,
19     XImage          *image);
20 extern Cursor _XTryShapeBitmapCursor(
21     Display         *dpy,
22     Pixmap          source,
23     Pixmap          mask,
24     XColor          *foreground,
25     XColor          *background,
26     unsigned int    x,
27     unsigned int    y);
28
29 #endif /* _CR_H_ */