Function xcb::ffi::xproto::xcb_create_pixmap_checked [−][src]
pub unsafe extern "C" fn xcb_create_pixmap_checked(
c: *mut xcb_connection_t,
depth: u8,
pid: xcb_pixmap_t,
drawable: xcb_drawable_t,
width: u16,
height: u16
) -> xcb_void_cookie_t
Creates a pixmap
Creates a pixmap. The pixmap can only be used on the same screen as drawable
is on and only with drawables of the same depth
.