NAME
xcbxkbbellnotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbxkbbellnotifyeventt { uint8t responsetype; uint8t xkbType; uint16t sequence; xcbtimestampt time; uint8t deviceID; uint8t bellClass; uint8t bellID; uint8t percent; uint16t pitch; uint16t duration; xcbatomt name; xcbwindowt window; uint8t eventOnly; uint8t pad0[7]; } xcbxkbbellnotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBXKBBELLNOTIFY. 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. xkbType NOT YET DOCUMENTED. time NOT YET DOCUMENTED. deviceID NOT YET DOCUMENTED. bellClass NOT YET DOCUMENTED. bellID NOT YET DOCUMENTED. percent NOT YET DOCUMENTED. pitch NOT YET DOCUMENTED. duration NOT YET DOCUMENTED. name NOT YET DOCUMENTED. window NOT YET DOCUMENTED. eventOnly NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correcā tions and improvements. X Version 11 libxcb 1.13 xcbxkbbellnotifyeventt(3)