NAME
xcbsyncalarmnotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbsyncalarmnotifyeventt { uint8t responsetype; uint8t kind; uint16t sequence; xcbsyncalarmt alarm; xcbsyncint64t countervalue; xcbsyncint64t alarmvalue; xcbtimestampt timestamp; uint8t state; uint8t pad0[3]; } xcbsyncalarmnotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBSYNCALARMNOTIFY. 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. alarm NOT YET DOCUMENTED. countervalue NOT YET DOCUMENTED. alarmvalue NOT YET DOCUMENTED. timestamp NOT YET DOCUMENTED. state 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.13 xcbsyncalarmnotifyeventt(3)