xcb_create_pixmap

@brief Creates a pixmap

@param c The connection @param depth TODO @param pid The ID with which you will refer to the new pixmap, created by xcb_generate_id. @param drawable Drawable to get the screen from. @param width The width of the new pixmap. @param height The height of the new pixmap. @return A cookie

Creates a pixmap. The pixmap can only be used on the same screen as \a drawable is on and only with drawables of the same \a depth.

extern (C)
xcb_create_pixmap

Meta