A handle to a Screen pixmap
#include <screen/screen.h>
typedef struct _screen_pixmap* screen_pixmap_t;
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.