1xcb_present_configure_notify_event_XtC(B3)Evxecnbt_spresent_configure_notify_event_t(3)
2
3
4

NAME

6       xcb_present_configure_notify_event_t -
7

SYNOPSIS

9       #include <xcb/present.h>
10
11   Event datastructure
12       typedef struct xcb_present_configure_notify_event_t {
13           uint8_t             response_type;
14           uint8_t             extension;
15           uint16_t            sequence;
16           uint32_t            length;
17           uint16_t            event_type;
18           uint8_t             pad0[2];
19           xcb_present_event_t event;
20           xcb_window_t        window;
21           int16_t             x;
22           int16_t             y;
23           uint16_t            width;
24           uint16_t            height;
25           int16_t             off_x;
26           int16_t             off_y;
27           uint32_t            full_sequence;
28           uint16_t            pixmap_width;
29           uint16_t            pixmap_height;
30           uint32_t            pixmap_flags;
31       } xcb_present_configure_notify_event_t;
32

EVENT FIELDS

34       response_type
35                 The type of this event, in this case XCB_PRESENT_CONFIG‐
36                 URE_NOTIFY. This field is also present in the xcb_gener‐
37                 ic_event_t and can be used to tell events apart from each
38                 other.
39
40       sequence  The sequence number of the last request processed by the X11
41                 server.
42
43       extension NOT YET DOCUMENTED.
44
45       length    NOT YET DOCUMENTED.
46
47       event_type
48                 NOT YET DOCUMENTED.
49
50       event     NOT YET DOCUMENTED.
51
52       window    NOT YET DOCUMENTED.
53
54       x         NOT YET DOCUMENTED.
55
56       y         NOT YET DOCUMENTED.
57
58       width     NOT YET DOCUMENTED.
59
60       height    NOT YET DOCUMENTED.
61
62       off_x     NOT YET DOCUMENTED.
63
64       off_y     NOT YET DOCUMENTED.
65
66       full_sequence
67                 NOT YET DOCUMENTED.
68
69       pixmap_width
70                 NOT YET DOCUMENTED.
71
72       pixmap_height
73                 NOT YET DOCUMENTED.
74
75       pixmap_flags
76                 NOT YET DOCUMENTED.
77

DESCRIPTION

SEE ALSO

AUTHOR

81       Generated from present.xml. Contact xcb@lists.freedesktop.org for cor‐
82       rections and improvements.
83
84
85
86X Version 11                      libxcbxc1b._1p3resent_configure_notify_event_t(3)
Impressum