|
rofi 2.0.0
|
#include <wayland-internal.h>

Data Fields | |
| GMainLoop * | main_loop |
| GWaterWaylandSource * | main_loop_source |
| struct wl_display * | display |
| struct wl_registry * | registry |
| uint32_t | global_names [_WAYLAND_GLOBAL_SIZE] |
| struct wl_compositor * | compositor |
| struct wl_data_device_manager * | data_device_manager |
| struct zwp_primary_selection_device_manager_v1 * | primary_selection_device_manager |
| struct zwlr_layer_shell_v1 * | layer_shell |
| struct zwp_keyboard_shortcuts_inhibit_manager_v1 * | kb_shortcuts_inhibit_manager |
| struct wl_shm * | shm |
| size_t | buffer_count |
| struct { | |
| char * theme_name | |
| RofiCursorType type | |
| struct wl_cursor_theme * theme | |
| struct wl_cursor * cursor | |
| struct wl_cursor_image * image | |
| struct wl_surface * surface | |
| struct wl_callback * frame_cb | |
| guint scale | |
| } | cursor |
| GHashTable * | seats |
| GHashTable * | seats_by_name |
| wayland_seat * | last_seat |
| GHashTable * | outputs |
| struct zwlr_layer_surface_v1 * | wlr_surface |
| size_t | scales [3] |
| int32_t | scale |
| NkBindingsSeat * | bindings_seat |
| clipboard_data | clipboards [2] |
| uint32_t | layer_width |
| uint32_t | layer_height |
Definition at line 41 of file wayland-internal.h.
| NkBindingsSeat* wayland_stuff::bindings_seat |
Definition at line 82 of file wayland-internal.h.
| size_t wayland_stuff::buffer_count |
Definition at line 62 of file wayland-internal.h.
| clipboard_data wayland_stuff::clipboards[2] |
Definition at line 84 of file wayland-internal.h.
| struct wl_compositor* wayland_stuff::compositor |
Definition at line 47 of file wayland-internal.h.
| struct { ... } wayland_stuff::cursor |
| struct wl_cursor* wayland_stuff::cursor |
Definition at line 67 of file wayland-internal.h.
| struct wl_data_device_manager* wayland_stuff::data_device_manager |
Definition at line 53 of file wayland-internal.h.
| struct wl_display* wayland_stuff::display |
Definition at line 44 of file wayland-internal.h.
| struct wl_callback * wayland_stuff::frame_cb |
Definition at line 70 of file wayland-internal.h.
| uint32_t wayland_stuff::global_names[_WAYLAND_GLOBAL_SIZE] |
Definition at line 46 of file wayland-internal.h.
| struct wl_cursor_image* wayland_stuff::image |
Definition at line 68 of file wayland-internal.h.
| struct zwp_keyboard_shortcuts_inhibit_manager_v1* wayland_stuff::kb_shortcuts_inhibit_manager |
Definition at line 59 of file wayland-internal.h.
| wayland_seat* wayland_stuff::last_seat |
Definition at line 75 of file wayland-internal.h.
| uint32_t wayland_stuff::layer_height |
Definition at line 87 of file wayland-internal.h.
| struct zwlr_layer_shell_v1* wayland_stuff::layer_shell |
Definition at line 57 of file wayland-internal.h.
| uint32_t wayland_stuff::layer_width |
Definition at line 86 of file wayland-internal.h.
| GMainLoop* wayland_stuff::main_loop |
Definition at line 42 of file wayland-internal.h.
| GWaterWaylandSource* wayland_stuff::main_loop_source |
Definition at line 43 of file wayland-internal.h.
| GHashTable* wayland_stuff::outputs |
Definition at line 76 of file wayland-internal.h.
| struct zwp_primary_selection_device_manager_v1* wayland_stuff::primary_selection_device_manager |
Definition at line 55 of file wayland-internal.h.
| struct wl_registry* wayland_stuff::registry |
Definition at line 45 of file wayland-internal.h.
| int32_t wayland_stuff::scale |
Definition at line 81 of file wayland-internal.h.
| guint wayland_stuff::scale |
Definition at line 71 of file wayland-internal.h.
| size_t wayland_stuff::scales[3] |
Definition at line 80 of file wayland-internal.h.
| GHashTable* wayland_stuff::seats |
Definition at line 73 of file wayland-internal.h.
| GHashTable* wayland_stuff::seats_by_name |
Definition at line 74 of file wayland-internal.h.
| struct wl_shm* wayland_stuff::shm |
Definition at line 61 of file wayland-internal.h.
| struct wl_surface * wayland_stuff::surface |
Definition at line 69 of file wayland-internal.h.
| struct wl_cursor_theme* wayland_stuff::theme |
Definition at line 66 of file wayland-internal.h.
| char* wayland_stuff::theme_name |
Definition at line 64 of file wayland-internal.h.
| RofiCursorType wayland_stuff::type |
Definition at line 65 of file wayland-internal.h.
| struct zwlr_layer_surface_v1* wayland_stuff::wlr_surface |
Definition at line 78 of file wayland-internal.h.