aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Cr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/Cr.h')
-rw-r--r--nx-X11/lib/X11/Cr.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/Cr.h b/nx-X11/lib/X11/Cr.h
new file mode 100644
index 000000000..101817175
--- /dev/null
+++ b/nx-X11/lib/X11/Cr.h
@@ -0,0 +1,28 @@
+/* $XFree86$ */
+
+#ifndef _CR_H_
+#define _CR_H_
+
+extern int _XUpdateGCCache(
+ register GC gc,
+ register unsigned long mask,
+ register XGCValues *attr);
+extern void _XNoticeCreateBitmap(
+ Display *dpy,
+ Pixmap pid,
+ unsigned int width,
+ unsigned int height);
+extern void _XNoticePutBitmap(
+ Display *dpy,
+ Drawable draw,
+ XImage *image);
+extern Cursor _XTryShapeBitmapCursor(
+ Display *dpy,
+ Pixmap source,
+ Pixmap mask,
+ XColor *foreground,
+ XColor *background,
+ unsigned int x,
+ unsigned int y);
+
+#endif /* _CR_H_ */