Manual Pages for Linux CentOS command on man xcb_randr_get_crtc_info_reply
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_crtc_info_reply

xcbrandrgetcrtcinfo(3) XCB Requests xcbrandrgetcrtcinfo(3)

NAME

xcbrandrgetcrtcinfo - SYNOPSIS

#include Request function xcbrandrgetcrtcinfocookiet xcbrandrgetcrtcinfo(xcbconnectiont *conn, xcbrandrcrtct crtc, xcbtimestampt configtimestamp); Reply datastructure typedef struct xcbrandrgetcrtcinforeplyt { uint8t responsetype; uint8t status; uint16t sequence; uint32t length; xcbtimestampt timestamp; int16t x; int16t y; uint16t width; uint16t height; xcbrandrmodet mode; uint16t rotation; uint16t rotations; uint16t numoutputs; uint16t numpossibleoutputs; } xcbrandrgetcrtcinforeplyt; Reply function xcbrandrgetcrtcinforeplyt *xcbrandrgetcrtcinforeply(xcbconnectiont *conn, xcbrandrgetcrtcinfocookiet cookie, xcbgenericerrort **e); Reply accessors xcbrandroutputt *xcbrandrgetcrtcinfooutputs(const xcbrandrgetcrtcinforequestt *reply); int xcbrandrgetcrtcinfooutputslength(const xcbrandrgetcrtcinforeplyt *reply); xcbgenericiteratort xcbrandrgetcrtcinfooutputsend(const xcbrandrgetcrtcinforeplyt *reply); xcbrandroutputt *xcbrandrgetcrtcinfopossible(const xcbrandrgetcrtcinforequestt *reply); int xcbrandrgetcrtcinfopossiblelength(const xcbrandrgetcrtcinforeplyt *reply); xcbgenericiteratort xcbrandrgetcrtcinfopossibleend(const xcbrandrgetcrtcinforeplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. crtc TODO: NOT YET DOCUMENTED. configtimestamp TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRANDRGETCRTCINFO. 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). status TODO: NOT YET DOCUMENTED. timestamp TODO: NOT YET DOCUMENTED. x TODO: NOT YET DOCUMENTED. y TODO: NOT YET DOCUMENTED. width TODO: NOT YET DOCUMENTED. height TODO: NOT YET DOCUMENTED. mode TODO: NOT YET DOCUMENTED. rotation TODO: NOT YET DOCUMENTED. rotations TODO: NOT YET DOCUMENTED. numoutputs TODO: NOT YET DOCUMENTED. numpossibleoutputs TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrandrgetcrtcinfocookiet. Errors have to be handled when calling the reply function xcbrandrgetcrtcinforeply. If you want to handle errors in the event loop instead, use xcbran‐

drgetcrtcinfounchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from randr.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 libxcb 1.13 xcbrandrgetcrtcinfo(3)




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