6 /* ---------------------------- included header files ---------------------- */
19 #include <X11/extensions/XShm.h>
22 /* ---------------------------- global definitions ------------------------- */
24 /* ---------------------------- global macros ------------------------------ */
26 /* ---------------------------- type definitions --------------------------- */
31 typedef ShmSeg FShmSeg
;
32 typedef XShmSegmentInfo FShmSegmentInfo
;
34 #define FShmAttach XShmAttach
35 #define FShmDetach XShmDetach
36 #define FShmPutImage XShmPutImage
37 #define FShmGetImage XShmGetImage
38 #define FShmCreateImage XShmCreateImage
41 #define Fshmget shmget
44 #define Fshmctl shmctl
45 #define Fshmget shmget
50 typedef unsigned long FhmSeg
;
58 #define FShmAttach(a, b) 0
59 #define FShmDetach(a, b) 0
60 #define FShmPutImage(a, b, c, d, e, f, g, h, i, j, k) 0
61 #define FShmGetImage(a, b, c, d, e, f) 0
62 #define FShmCreateImage(a, b, c, d, e, f, g, h) NULL
65 #define Fshmget(a, b, c) 0
66 #define Fshmat(a, b, c) NULL;
68 #define Fshmctl(a, b, c)