Function xcb::xproto::create_pixmap[][src]

pub fn create_pixmap<'a>(
    c: &'a Connection,
    depth: u8,
    pid: Pixmap,
    drawable: Drawable,
    width: u16,
    height: u16
) -> VoidCookie<'a>

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.

parameters: