NAME
xcbdamagenotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbdamagenotifyeventt { uint8t responsetype; uint8t level; uint16t sequence; xcbdrawablet drawable; xcbdamagedamaget damage; xcbtimestampt timestamp; xcbrectanglet area; xcbrectanglet geometry; } xcbdamagenotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBDAMAGENOTIFY. 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. level NOT YET DOCUMENTED. drawable NOT YET DOCUMENTED. damage NOT YET DOCUMENTED. timestamp NOT YET DOCUMENTED. area NOT YET DOCUMENTED. geometry NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from damage.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbdamagenotifyeventt(3)