#ifndef __GRAB
#define __GRAB 1
__hidden char __imlib_GrabDrawableToRGBA(DATA32 * data, int ox, int oy,
int ow, int oh, Display * d,
Drawable p, Pixmap m, Visual * v,
Colormap cm, int depth, int x,
int y, int w, int h,
char *domask, char grab);
__hidden void __imlib_GrabXImageToRGBA(DATA32 * data, int ox, int oy,
int ow, int oh, Display * d,
XImage * xim, XImage * mxim,
Visual * v, int depth, int x,
int y, int w, int h, char grab);
#endif