Manual Pages for Linux CentOS command on man xcb_shape_query_extents_reply
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_shape_query_extents_reply

xcbshapequeryextents(3) XCB Requests xcbshapequeryextents(3)

NAME

xcbshapequeryextents - SYNOPSIS

#include Request function xcbshapequeryextentscookiet xcbshapequeryextents(xcbconnectiont *conn, xcbwindowt destinationwindow); Reply datastructure typedef struct xcbshapequeryextentsreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint8t boundingshaped; uint8t clipshaped; uint8t pad1[2]; int16t boundingshapeextentsx; int16t boundingshapeextentsy; uint16t boundingshapeextentswidth; uint16t boundingshapeextentsheight; int16t clipshapeextentsx; int16t clipshapeextentsy; uint16t clipshapeextentswidth; uint16t clipshapeextentsheight; } xcbshapequeryextentsreplyt; Reply function xcbshapequeryextentsreplyt *xcbshapequeryextentsreply(xcbconnectiont *conn, xcbshapequeryextentscookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. destinationwindow TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBSHAPEQUERYEXTENTS. 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). boundingshaped TODO: NOT YET DOCUMENTED. clipshaped TODO: NOT YET DOCUMENTED. boundingshapeextentsx TODO: NOT YET DOCUMENTED. boundingshapeextentsy TODO: NOT YET DOCUMENTED. boundingshapeextentswidth TODO: NOT YET DOCUMENTED. boundingshapeextentsheight TODO: NOT YET DOCUMENTED. clipshapeextentsx TODO: NOT YET DOCUMENTED. clipshapeextentsy TODO: NOT YET DOCUMENTED. clipshapeextentswidth TODO: NOT YET DOCUMENTED. clipshapeextentsheight TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbshapequeryextentscookiet. Errors have to be handled when calling the reply function xcbshapequeryextentsreply. If you want to handle errors in the event loop instead, use

xcbshapequeryextentsunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from shape.xml. Contact xcb@lists.freedesktop.org for correcā€ tions and improvements. X Version 11 libxcb 1.13 xcbshapequeryextents(3)




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