Manual Pages for Linux CentOS command on man xcb_alloc_color_planes_pixels
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_alloc_color_planes_pixels

xcballoccolorplanes(3) XCB Requests xcballoccolorplanes(3)

NAME

xcballoccolorplanes - SYNOPSIS

#include Request function xcballoccolorplanescookiet xcballoccolorplanes(xcbconnectiont *conn, uint8t contiguous, xcbcolormapt cmap, uint16t colors, uint16t reds, uint16t greens, uint16t blues); Reply datastructure typedef struct xcballoccolorplanesreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint16t pixelslen; uint8t pad1[2]; uint32t redmask; uint32t greenmask; uint32t bluemask; uint8t pad2[8]; } xcballoccolorplanesreplyt; Reply function xcballoccolorplanesreplyt *xcballoccolorplanesreply(xcbconnectiont *conn, xcballoccolorplanescookiet cookie, xcbgenericerrort **e); Reply accessors uint32t *xcballoccolorplanespixels(const xcballoccolorplanesrequestt *reply); int xcballoccolorplanespixelslength(const xcballoccolorplanesreplyt *reply); xcbgenericiteratort xcballoccolorplanespixelsend(const xcballoccolorplanesreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. contiguous TODO: NOT YET DOCUMENTED. cmap TODO: NOT YET DOCUMENTED. colors TODO: NOT YET DOCUMENTED. reds TODO: NOT YET DOCUMENTED. greens TODO: NOT YET DOCUMENTED. blues TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBALLOCCOLORPLANES. This field is also present in the xcbgenericreplyt 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). pixelslen TODO: NOT YET DOCUMENTED. redmask TODO: NOT YET DOCUMENTED. greenmask TODO: NOT YET DOCUMENTED. bluemask TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcballoccolorplanescookiet. Errors have to be handled when calling the reply function xcballoccolorplanesreply. If you want to handle errors in the event loop instead, use xcbal‐

loccolorplanesunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcballoccolorplanes(3)




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