Manual Pages for Linux CentOS command on man xcb_expose_event_t
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_expose_event_t

xcbexposeeventt(3) XCB Events xcbexposeeventt(3)

NAME

xcbexposeeventt - NOT YET DOCUMENTED SYNOPSIS

#include Event datastructure typedef struct xcbexposeeventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt window; uint16t x; uint16t y; uint16t width; uint16t height; uint16t count; uint8t pad1[2]; } xcbexposeeventt; EVENT FIELDS responsetype The type of this event, in this case XCBEXPOSE. This field is also present in the xcbgenericeventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. window The exposed (damaged) window.

x The X coordinate of the left-upper corner of the exposed rec‐ tangle, relative to the window's origin.

y The Y coordinate of the left-upper corner of the exposed rec‐ tangle, relative to the window's origin. width The width of the exposed rectangle. height The height of the exposed rectangle. count The amount of Expose events following this one. Simple appli‐ cations that do not want to optimize redisplay by distin‐ guishing between subareas of its window can just ignore all Expose events with nonzero counts and perform full redisplays on events with zero counts. DESCRIPTION SEE ALSO xcbgenericeventt(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbexposeeventt(3)




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