[][src]Function clipboard_x11::ffi::xcb_create_pixmap_checked

pub unsafe extern "C" fn xcb_create_pixmap_checked(
    c: *mut xcb_connection_t,
    depth: u8,
    pid: u32,
    drawable: u32,
    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.