1xcb_colormap_notify_event_t(3)    XCB Events    xcb_colormap_notify_event_t(3)
2
3
4

NAME

6       xcb_colormap_notify_event_t - the colormap for some window changed
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_colormap_notify_event_t {
13           uint8_t        response_type;
14           uint8_t        pad0;
15           uint16_t       sequence;
16           xcb_window_t   window;
17           xcb_colormap_t colormap;
18           uint8_t        _new;
19           uint8_t        state;
20           uint8_t        pad1[2];
21       } xcb_colormap_notify_event_t;
22

EVENT FIELDS

24       response_type
25                 The type of this event, in this case XCB_COLORMAP_NOTIFY.
26                 This field is also present in the xcb_generic_event_t and can
27                 be used to tell events apart from each other.
28
29       sequence  The sequence number of the last request processed by the X11
30                 server.
31
32       window    The window whose associated colormap is changed, installed or
33                 uninstalled.
34
35       colormap  The colormap which is changed, installed or uninstalled. This
36                 is XCB_NONE when the colormap is changed by a call to Free‐
37                 Colormap.
38
39       _new      NOT YET DOCUMENTED.
40
41       state
42
43

DESCRIPTION

SEE ALSO

46       xcb_generic_event_t(3), xcb_free_colormap(3)
47

AUTHOR

49       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
50       rections and improvements.
51
52
53
54X Version 11                      libxcb 1.13   xcb_colormap_notify_event_t(3)
Impressum