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

NAME

6       xcb_randr_notify_event_t -
7

SYNOPSIS

9       #include <xcb/randr.h>
10
11   Event datastructure
12       typedef struct xcb_randr_notify_event_t {
13           uint8_t                 response_type;
14           uint8_t                 subCode;
15           uint16_t                sequence;
16           xcb_randr_notify_data_t u;
17       } xcb_randr_notify_event_t;
18

EVENT FIELDS

20       response_type
21                 The type of this event, in this case XCB_RANDR_NOTIFY. This
22                 field is also present in the xcb_generic_event_t and can be
23                 used to tell events apart from each other.
24
25       sequence  The sequence number of the last request processed by the X11
26                 server.
27
28       subCode   NOT YET DOCUMENTED.
29
30       u         NOT YET DOCUMENTED.
31

DESCRIPTION

SEE ALSO

AUTHOR

35       Generated from randr.xml. Contact xcb@lists.freedesktop.org for correcā€
36       tions and improvements.
37
38
39
40X Version 11                      libxcb 1.13      xcb_randr_notify_event_t(3)
Impressum