NAME
xcbshmcompletioneventt - SYNOPSIS
#include
Event datastructure typedef struct xcbshmcompletioneventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbdrawablet drawable; uint16t minorevent; uint8t majorevent; uint8t pad1; xcbshmsegt shmseg; uint32t offset; } xcbshmcompletioneventt; EVENT FIELDS responsetype The type of this event, in this case XCBSHMCOMPLETION. 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. drawable NOT YET DOCUMENTED. minorevent NOT YET DOCUMENTED. majorevent NOT YET DOCUMENTED. shmseg NOT YET DOCUMENTED. offset NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from shm.xml. Contact xcb@lists.freedesktop.org for correcā tions and improvements. X Version 11 libxcb 1.13 xcbshmcompletioneventt(3)