Manual Pages for Linux CentOS command on man xcb_create_pixmap
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_create_pixmap

xcbcreatepixmap(3) XCB Requests xcbcreatepixmap(3)

NAME

xcbcreatepixmap - Creates a pixmap SYNOPSIS

#include Request function xcbvoidcookiet xcbcreatepixmap(xcbconnectiont *conn, uint8t depth, xcbpixmapt pid, xcbdrawablet drawable, uint16t width, uint16t height); REQUEST ARGUMENTS conn The XCB connection to X11. depth TODO pid The ID with which you will refer to the new pixmap, created by xcbgenerateid. drawable Drawable to get the screen from. width The width of the new pixmap. height The height of the new pixmap. DESCRIPTION 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. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead,

use xcbcreatepixmapchecked. See xcb-requests(3) for details. ERRORS xcballocerrort The X server could not allocate the requested resources (no memory?). xcbdrawableerrort The specified drawable (Window or Pixmap) does not exist. xcbvalueerrort TODO: reasons? SEE ALSO

xcb-requests(3), xcbgenerateid(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbcreatepixmap(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™