legacy-imlib2/grab.h

7 lines
193 B
C

#ifndef __GRAB
#define __GRAB 1
DATA32 *
__imlib_GrabDrawableToRGBA(Display *d, Drawable p, Pixmap m, Visual *v, Colormap cm,
int depth, int x, int y, int w, int h, char domask);
#endif