NAME
xcbsynccounternotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbsynccounternotifyeventt { uint8t responsetype; uint8t kind; uint16t sequence; xcbsynccountert counter; xcbsyncint64t waitvalue; xcbsyncint64t countervalue; xcbtimestampt timestamp; uint16t count; uint8t destroyed; uint8t pad0; } xcbsynccounternotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBSYNCCOUNTERNOTIFY. 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. kind NOT YET DOCUMENTED. counter NOT YET DOCUMENTED. waitvalue NOT YET DOCUMENTED. countervalue NOT YET DOCUMENTED. timestamp NOT YET DOCUMENTED. count NOT YET DOCUMENTED. destroyed NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from sync.xml. Contact xcb@lists.freedesktop.org for correcā tions and improvements. X Version 11 libxcb 1.1xcbsynccounternotifyeventt(3)