Function xcb::xproto::free_pixmap [−][src]
pub fn free_pixmap<'a>(c: &'a Connection, pixmap: Pixmap) -> VoidCookie<'a>
Destroys a pixmap
Deletes the association between the pixmap ID and the pixmap. The pixmap storage will be freed when there are no more references to it.
parameters:
-
c: The connection object to the server
-
pixmap: The pixmap to destroy.