Manual Pages for Linux CentOS command on man xcb_randr_get_crtc_transform_current_params
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_crtc_transform_current_params

xcbrandrgetcrtctransform(3) XCB Requests xcbrandrgetcrtctransform(3)

NAME

xcbrandrgetcrtctransform - SYNOPSIS

#include Request function xcbrandrgetcrtctransformcookiet xcbrandrgetcrtctransform(xcbconnectiont *conn, xcbrandrcrtct crtc); Reply datastructure typedef struct xcbrandrgetcrtctransformreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; xcbrendertransformt pendingtransform; uint8t hastransforms; uint8t pad1[3]; xcbrendertransformt currenttransform; uint8t pad2[4]; uint16t pendinglen; uint16t pendingnparams; uint16t currentlen; uint16t currentnparams; } xcbrandrgetcrtctransformreplyt; Reply function xcbrandrgetcrtctransformreplyt *xcbrandrgetcrtctransformreply(xcbconnectiont *conn, xcbrandrgetcrtctransformcookiet cookie, xcbgenericerrort **e); Reply accessors char *xcbrandrgetcrtctransformpendingfiltername(const xcbrandrgetcrtctransformrequestt *reply); int xcbrandrgetcrtctransformpendingfilternamelength(const xcbrandrgetcrtctransformreplyt *reply); xcbgenericiteratort xcbrandrgetcrtctransformpendingfilternameend(const xcbrandrgetcrtctransformreplyt *reply); uint8t *xcbrandrgetcrtctransformpad3 (const xcbrandrgetcrtctransformrequestt *reply) xcbrenderfixedt *xcbrandrgetcrtctransformpendingparams(const xcbrandrgetcrtctransformrequestt *reply); int xcbrandrgetcrtctransformpendingparamslength(const xcbrandrgetcrtctransformreplyt *reply); xcbgenericiteratort xcbrandrgetcrtctransformpendingparamsend(const xcbrandrgetcrtctransformreplyt *reply); char *xcbrandrgetcrtctransformcurrentfiltername(const xcbrandrgetcrtctransformrequestt *reply); int xcbrandrgetcrtctransformcurrentfilternamelength(const xcbrandrgetcrtctransformreplyt *reply); xcbgenericiteratort xcbrandrgetcrtctransformcurrentfilternameend(const xcbrandrgetcrtctransformreplyt *reply); uint8t *xcbrandrgetcrtctransformpad4 (const xcbrandrgetcrtctransformrequestt *reply) xcbrenderfixedt *xcbrandrgetcrtctransformcurrentparams(const xcbrandrgetcrtctransformrequestt *reply); int xcbrandrgetcrtctransformcurrentparamslength(const xcbrandrgetcrtctransformreplyt *reply); xcbgenericiteratort xcbrandrgetcrtctransformcurrentparamsend(const xcbrandrgetcrtctransformreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. crtc TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRAN‐ DRGETCRTCTRANSFORM. 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). pendingtransform TODO: NOT YET DOCUMENTED. hastransforms TODO: NOT YET DOCUMENTED. currenttransform TODO: NOT YET DOCUMENTED. pendinglen TODO: NOT YET DOCUMENTED. pendingnparams TODO: NOT YET DOCUMENTED. currentlen TODO: NOT YET DOCUMENTED. currentnparams TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrandrgetcrtctransformcookiet. Errors have to be handled when calling the reply function xcbrandrgetcrtctrans‐ formreply. If you want to handle errors in the event loop instead, use xcbran‐

drgetcrtctransformunchecked. 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 xcbrandrgetcrtctransform(3)




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