6 /* ---------------------------- included header files ---------------------- */
12 /* ---------------------------- type definitions --------------------------- */
17 FShmSegmentInfo
*shminfo
;
20 /* ---------------------------- interface functions ------------------------ */
22 FImage
*FCreateFImage (
23 Display
*dpy
, Visual
*visual
, unsigned int depth
, int format
,
24 unsigned int width
, unsigned int height
);
27 Display
*dpy
, Drawable d
, Visual
*visual
,
28 unsigned int depth
, int x
, int y
, unsigned int width
,
29 unsigned int height
, unsigned long plane_mask
, int format
);
32 Display
*dpy
, Drawable d
, GC gc
, FImage
*fim
, int src_x
, int src_y
,
33 int dest_x
, int dest_y
, unsigned int width
, unsigned int height
);
35 void FDestroyFImage(Display
*dpy
, FImage
*fim
);