NAME
xcbcolormapnotifyeventt - the colormap for some window changed SYNOPSIS
#include
Event datastructure typedef struct xcbcolormapnotifyeventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt window; xcbcolormapt colormap; uint8t new; uint8t state; uint8t pad1[2]; } xcbcolormapnotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBCOLORMAPNOTIFY. 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 colormap is changed, installed or uninstalled. colormap The colormap which is changed, installed or uninstalled. This is XCBNONE when the colormap is changed by a call to Free‐ Colormap. new NOT YET DOCUMENTED. state DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbfreecolormap(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbcolormapnotifyeventt(3)