Tizen 2.1 base
[framework/uifw/xorg/lib/libx11.git] / src / Cr.h
1
2 #ifndef _CR_H_
3 #define _CR_H_
4
5 extern int _XUpdateGCCache(
6     register GC gc,
7     register unsigned long mask,
8     register XGCValues *attr);
9 extern void _XNoticeCreateBitmap(
10     Display         *dpy,
11     Pixmap          pid,
12     unsigned int    width,
13     unsigned int    height);
14 extern void _XNoticePutBitmap(
15     Display         *dpy,
16     Drawable        draw,
17     XImage          *image);
18 extern Cursor _XTryShapeBitmapCursor(
19     Display         *dpy,
20     Pixmap          source,
21     Pixmap          mask,
22     XColor          *foreground,
23     XColor          *background,
24     unsigned int    x,
25     unsigned int    y);
26
27 #endif /* _CR_H_ */