XPutImage (3) Linux Manual Page
XPutImage, XGetImage, XGetSubImage – transfer images Syntax int XPutImage(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height); XImage *XGetImage(Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format); XImage *XGetSubImage(Display *display, Drawable d,…
