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.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/nx-X11/lib/X11/Cr.h b/nx-X11/lib/X11/Cr.h
deleted file mode 100644
index e71d86d1c..000000000
--- a/nx-X11/lib/X11/Cr.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#ifndef _CR_H_
-#define _CR_H_
-
-#include <nx-X11/Xlib.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_ */