NAME
xcbdri3bufferfrompixmap - SYNOPSIS
#include
Request function xcbdri3bufferfrompixmapcookiet xcbdri3bufferfrompixmap(xcbconnectiont *conn, xcbpixmapt pixmap); Reply datastructure typedef struct xcbdri3bufferfrompixmapreplyt { uint8t responsetype; uint8t nfd; uint16t sequence; uint32t length; uint32t size; uint16t width; uint16t height; uint16t stride; uint8t depth; uint8t bpp; uint8t pad0[12]; } xcbdri3bufferfrompixmapreplyt; Reply function xcbdri3bufferfrompixmapreplyt *xcbdri3bufferfrompixmapreply(xcbconnectiont *conn, xcbdri3bufferfrompixmapcookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. pixmap TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBDRI3BUF‐ FERFROMPIXMAP. This field is also present in the xcbgener‐ icreplyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). nfd TODO: NOT YET DOCUMENTED. size TODO: NOT YET DOCUMENTED. width TODO: NOT YET DOCUMENTED. height TODO: NOT YET DOCUMENTED. stride TODO: NOT YET DOCUMENTED. depth TODO: NOT YET DOCUMENTED. bpp TODO: NOT YET DOCUMENTED. pixmapfd TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbdri3bufferfrompixmapcookiet. Errors have to be han‐ dled when calling the reply function xcbdri3bufferfrompixmapreply. If you want to handle errors in the event loop instead, use xcbdri3bufferfrompixmapunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from dri3.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 libxcb 1.13 xcbdri3bufferfrompixmap(3)