|
rofi 1.7.8
|
#include <xcb-internal.h>

Data Fields | ||
| GMainLoop * | main_loop | |
| GWaterXcbSource * | source | |
| xcb_connection_t * | connection | |
| xcb_ewmh_connection_t | ewmh | |
| xcb_screen_t * | screen | |
| int | screen_nbr | |
| SnDisplay * | sndisplay | |
| SnLauncheeContext * | sncontext | |
| struct _workarea * | monitors | |
| struct { | ||
| uint8_t first_event | ||
| int32_t device_id | ||
| } | xkb | |
| xcb_timestamp_t | last_timestamp | |
| NkBindingsSeat * | bindings_seat | |
| uint32_t | mouse_seen | |
| xcb_window_t | focus_revert | |
| char * | clipboard | |
Structure to keep xcb stuff around.
Definition at line 46 of file xcb-internal.h.
| NkBindingsSeat* _xcb_stuff::bindings_seat |
Definition at line 68 of file xcb-internal.h.
| char* _xcb_stuff::clipboard |
Definition at line 71 of file xcb-internal.h.
| xcb_connection_t* _xcb_stuff::connection |
Definition at line 49 of file xcb-internal.h.
| int32_t _xcb_stuff::device_id |
Keyboard device id
Definition at line 65 of file xcb-internal.h.
| xcb_ewmh_connection_t _xcb_stuff::ewmh |
Definition at line 55 of file xcb-internal.h.
| uint8_t _xcb_stuff::first_event |
Flag indicating first event
Definition at line 63 of file xcb-internal.h.
| xcb_window_t _xcb_stuff::focus_revert |
Definition at line 70 of file xcb-internal.h.
| xcb_timestamp_t _xcb_stuff::last_timestamp |
Definition at line 67 of file xcb-internal.h.
| GMainLoop* _xcb_stuff::main_loop |
Definition at line 47 of file xcb-internal.h.
| struct _workarea* _xcb_stuff::monitors |
Definition at line 60 of file xcb-internal.h.
| uint32_t _xcb_stuff::mouse_seen |
Definition at line 69 of file xcb-internal.h.
| xcb_screen_t* _xcb_stuff::screen |
Definition at line 56 of file xcb-internal.h.
| int _xcb_stuff::screen_nbr |
Definition at line 57 of file xcb-internal.h.
| SnLauncheeContext* _xcb_stuff::sncontext |
Definition at line 59 of file xcb-internal.h.
| SnDisplay* _xcb_stuff::sndisplay |
Definition at line 58 of file xcb-internal.h.
| GWaterXcbSource* _xcb_stuff::source |
Definition at line 48 of file xcb-internal.h.
| struct { ... } _xcb_stuff::xkb |