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

NAME

6       xcb_shm_completion_event_t -
7

SYNOPSIS

9       #include <xcb/shm.h>
10
11   Event datastructure
12       typedef struct xcb_shm_completion_event_t {
13           uint8_t        response_type;
14           uint8_t        pad0;
15           uint16_t       sequence;
16           xcb_drawable_t drawable;
17           uint16_t       minor_event;
18           uint8_t        major_event;
19           uint8_t        pad1;
20           xcb_shm_seg_t  shmseg;
21           uint32_t       offset;
22       } xcb_shm_completion_event_t;
23

EVENT FIELDS

25       response_type
26                 The type of this event, in this case XCB_SHM_COMPLETION. This
27                 field is also present in the xcb_generic_event_t and can be
28                 used to tell events apart from each other.
29
30       sequence  The sequence number of the last request processed by the X11
31                 server.
32
33       drawable  NOT YET DOCUMENTED.
34
35       minor_event
36                 NOT YET DOCUMENTED.
37
38       major_event
39                 NOT YET DOCUMENTED.
40
41       shmseg    NOT YET DOCUMENTED.
42
43       offset    NOT YET DOCUMENTED.
44

DESCRIPTION

SEE ALSO

AUTHOR

48       Generated from shm.xml. Contact xcb@lists.freedesktop.org for correcā€
49       tions and improvements.
50
51
52
53X Version 11                      libxcb 1.13    xcb_shm_completion_event_t(3)
Impressum