1 /* VMS currently doesn't have fork (being added in
2 future version) use vfork for now */
6 #define lib$get_current_invo_context LIB$GET_CURRENT_INVO_CONTEXT
7 /* Should be in lib$routines.h */
8 #include <lib$routines.h> /* Needed for LIB$GET_CURRENT_INVO_CONTEXT used by vfork */
11 ** Externals in the X-library are in upper-case
12 ** but we need mixed-case for everything else.
15 #define XAllocColor XALLOCCOLOR
16 #define XChangeProperty XCHANGEPROPERTY
17 #define XCreateColormap XCREATECOLORMAP
18 #define XCreateGC XCREATEGC
19 #define XCreateImage XCREATEIMAGE
20 #define XCreatePixmap XCREATEPIXMAP
21 #define XCreateWindow XCREATEWINDOW
24 #define XFreeColors XFREECOLORS
25 #define XFreeGC XFREEGC
26 #define XGetGeometry XGETGEOMETRY
27 #define XGetImage XGETIMAGE
28 #define XGetVisualInfo XGETVISUALINFO
29 #define XGetWindowAttributes XGETWINDOWATTRIBUTES
30 #define XGetWindowProperty XGETWINDOWPROPERTY
31 #define XGrabServer XGRABSERVER
32 #define XInternAtom XINTERNATOM
33 #define XParseColor XPARSECOLOR
34 #define XPutImage XPUTIMAGE
35 #define XQueryColors XQUERYCOLORS
36 #define XSetErrorHandler XSETERRORHANDLER
38 #define XTranslateCoordinates XTRANSLATECOORDINATES
39 #define XUngrabServer XUNGRABSERVER
40 #define XVisualIDFromVisual XVISUALIDFROMVISUAL
42 #define XCopyArea XCOPYAREA
43 #define XFreePixmap XFREEPIXMAP
45 #define XQueryExtension XQUERYEXTENSION
46 #define XShmAttach XSHMATTACH
47 #define XShmCreateImage XSHMCREATEIMAGE
48 #define XShmCreatePixmap XSHMCREATEPIXMAP
49 #define XShmDetach XSHMDETACH
50 #define XShmGetEventBase XSHMGETEVENTBASE
51 #define XShmGetImage XSHMGETIMAGE
52 #define XShmPixmapFormat XSHMPIXMAPFORMAT
53 #define XShmPutImage XSHMPUTIMAGE
54 #define XShmQueryExtension XSHMQUERYEXTENSION
55 #define XShmQueryVersion XSHMQUERYVERSION
61 #define PACKAGE "imlib"
62 #define VERSION "1.9.8"
68 #undef IPC_RMID_DEFERRED_RELEASE
79 #include <sys/types.h>
80 int shmget(key_t key, size_t size, int shmflg);
82 /* should be in xshm.h */
85 int XShmQueryExtension (Display *display);