NAME
xcbpropertynotifyeventt - a window property changed SYNOPSIS
#include
Event datastructure typedef struct xcbpropertynotifyeventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt window; xcbatomt atom; xcbtimestampt time; uint8t state; uint8t pad1[3]; } xcbpropertynotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBPROPERTYNOTIFY. 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. window The window whose associated property was changed. atom The property's atom, to indicate which property was changed. time A timestamp of the server time when the property was changed. state DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbchangeproperty(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbpropertynotifyeventt(3)