1xcb_xfixes_selection_notify_event_tX(C3B)Evexnctbs_xfixes_selection_notify_event_t(3)
2
3
4

NAME

6       xcb_xfixes_selection_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xfixes.h>
10
11   Event datastructure
12       typedef struct xcb_xfixes_selection_notify_event_t {
13           uint8_t         response_type;
14           uint8_t         subtype;
15           uint16_t        sequence;
16           xcb_window_t    window;
17           xcb_window_t    owner;
18           xcb_atom_t      selection;
19           xcb_timestamp_t timestamp;
20           xcb_timestamp_t selection_timestamp;
21           uint8_t         pad0[8];
22       } xcb_xfixes_selection_notify_event_t;
23

EVENT FIELDS

25       response_type
26                 The type of this event, in this case XCB_XFIXES_SELECTION_NO‐
27                 TIFY. This field is also present in the xcb_generic_event_t
28                 and can be 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       subtype   NOT YET DOCUMENTED.
34
35       window    NOT YET DOCUMENTED.
36
37       owner     NOT YET DOCUMENTED.
38
39       selection NOT YET DOCUMENTED.
40
41       timestamp NOT YET DOCUMENTED.
42
43       selection_timestamp
44                 NOT YET DOCUMENTED.
45

DESCRIPTION

SEE ALSO

AUTHOR

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