legacy-imlib2/grab.h

7 lines
184 B
C

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