screen_pixmap_t

A handle to a Screen pixmap

Synopsis:

#include <screen/screen.h>
typedef struct _screen_pixmap* screen_pixmap_t;

Library:

libscreen

Description:

A pixmap is an off-screen rendering target. Its contents can be made visible by association with a window.

For more information, see the Render Targets chapter of the Screen Developer's Guide or the Pixmaps section of the library reference.