|
rofi 2.0.0
|
#include <cairo.h>#include <glib.h>#include <libgwater-wayland.h>#include <nkutils-bindings.h>#include <wayland-client.h>#include <xkbcommon/xkbcommon.h>#include "wayland.h"

Go to the source code of this file.
Data Structures | |
| struct | widget_button_event |
| struct | widget_motion_event |
| struct | clipboard_data |
| struct | wayland_stuff |
| struct | _wayland_seat |
Macros | |
| #define | WL_COMPOSITOR_INTERFACE_VERSION 3 |
| #define | WL_SHM_INTERFACE_VERSION 1 |
| #define | WL_SEAT_INTERFACE_MIN_VERSION 5 |
| #define | WL_SEAT_INTERFACE_MAX_VERSION 8 |
| #define | WL_OUTPUT_INTERFACE_MIN_VERSION 2 |
| #define | WL_OUTPUT_INTERFACE_MAX_VERSION 4 |
| #define | WL_LAYER_SHELL_INTERFACE_VERSION 1 |
| #define | WL_KEYBOARD_SHORTCUTS_INHIBITOR_INTERFACE_VERSION 1 |
Typedefs | |
| typedef struct _wayland_seat | wayland_seat |
Variables | |
| wayland_stuff * | wayland |
| #define WL_COMPOSITOR_INTERFACE_VERSION 3 |
Definition at line 126 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_KEYBOARD_SHORTCUTS_INHIBITOR_INTERFACE_VERSION 1 |
Definition at line 133 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_LAYER_SHELL_INTERFACE_VERSION 1 |
Definition at line 132 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_OUTPUT_INTERFACE_MAX_VERSION 4 |
Definition at line 131 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_OUTPUT_INTERFACE_MIN_VERSION 2 |
Definition at line 130 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_SEAT_INTERFACE_MAX_VERSION 8 |
Definition at line 129 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_SEAT_INTERFACE_MIN_VERSION 5 |
Definition at line 128 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| #define WL_SHM_INTERFACE_VERSION 1 |
Definition at line 127 of file wayland-internal.h.
Referenced by wayland_registry_handle_global().
| typedef struct _wayland_seat wayland_seat |
Definition at line 35 of file wayland-internal.h.
| enum wayland_global_name |
| Enumerator | |
|---|---|
| WAYLAND_GLOBAL_COMPOSITOR | |
| WAYLAND_GLOBAL_SHM | |
| WAYLAND_GLOBAL_LAYER_SHELL | |
| WAYLAND_GLOBAL_KEYBOARD_SHORTCUTS_INHIBITOR | |
| WAYLAND_GLOBAL_CURSOR_SHAPE | |
| _WAYLAND_GLOBAL_SIZE | |
Definition at line 13 of file wayland-internal.h.
|
extern |
Definition at line 114 of file display.c.
Referenced by clipboard_handle_selection(), display_buffer_pool_get_next_buffer(), display_buffer_pool_new(), display_get_surface_dimensions(), display_set_surface_dimensions(), display_surface_commit(), wayland_buffer_cleanup(), wayland_buffer_release(), wayland_cursor_frame_callback(), wayland_cursor_reload_theme(), wayland_cursor_set_image(), wayland_cursor_update_for_seat(), wayland_display_cleanup(), wayland_display_dump_monitor_layout(), wayland_display_early_cleanup(), wayland_display_late_setup(), wayland_display_scale(), wayland_display_set_cursor_type(), wayland_display_setup(), wayland_error(), wayland_frame_callback(), wayland_get_clipboard_data(), wayland_get_dpi_estimation(), wayland_key_repeat(), wayland_key_repeat_delay(), wayland_keyboard_enter(), wayland_keyboard_key(), wayland_keyboard_keymap(), wayland_keyboard_modifiers(), wayland_layer_shell_surface_configure(), wayland_output_by_name(), wayland_output_release(), wayland_pointer_button(), wayland_pointer_enter(), wayland_pointer_leave(), wayland_pointer_send_events(), wayland_registry_handle_global(), wayland_registry_handle_global_remove(), wayland_seat_capabilities(), wayland_seat_name(), wayland_seat_release(), wayland_set_fullscreen_mode(), wayland_surface_destroy(), and wayland_surface_protocol_enter().