|
Blender V5.0
|
#include <wayland-client-core.h>Go to the source code of this file.
Classes | |
| struct | WaylandDynload_Client |
Macros | |
| #define | __WAYLAND_DYNLOAD_CLIENT_H__ |
| #define | WL_DYN_FN(a) |
| #define | wl_display_connect(...) |
| #define | wl_display_disconnect(...) |
| #define | wl_display_dispatch(...) |
| #define | wl_display_dispatch_pending(...) |
| #define | wl_display_get_fd(...) |
| #define | wl_display_get_protocol_error(...) |
| #define | wl_display_prepare_read(...) |
| #define | wl_display_read_events(...) |
| #define | wl_display_cancel_read(...) |
| #define | wl_display_roundtrip(...) |
| #define | wl_display_flush(...) |
| #define | wl_display_get_error(...) |
| #define | wl_log_set_handler_client(...) |
| #define | wl_proxy_add_listener(...) |
| #define | wl_proxy_destroy(...) |
| #define | wl_proxy_marshal_flags(...) |
| #define | wl_proxy_marshal_array_flags(...) |
| #define | wl_proxy_set_user_data(...) |
| #define | wl_proxy_get_user_data(...) |
| #define | wl_proxy_get_version(...) |
| #define | wl_proxy_get_tag(...) |
| #define | wl_proxy_set_tag(...) |
Variables | |
| struct WaylandDynload_Client | wayland_dynload_client |
Wrapper functions for <wayland-client.h>.
Definition in file wayland_dynload_client.h.
| #define __WAYLAND_DYNLOAD_CLIENT_H__ |
Definition at line 58 of file wayland_dynload_client.h.
| #define wl_display_cancel_read | ( | ... | ) |
Definition at line 131 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_event_pump(), and ghost_wl_display_event_pump_from_thread().
| #define wl_display_connect | ( | ... | ) |
Definition at line 118 of file wayland_dynload_client.h.
Referenced by GHOST_SystemWayland::GHOST_SystemWayland().
| #define wl_display_disconnect | ( | ... | ) |
Definition at line 119 of file wayland_dynload_client.h.
Referenced by gwl_display_destroy().
| #define wl_display_dispatch | ( | ... | ) |
Definition at line 121 of file wayland_dynload_client.h.
Referenced by GHOST_WindowWayland::GHOST_WindowWayland(), and GHOST_SystemWayland::processEvents().
| #define wl_display_dispatch_pending | ( | ... | ) |
Definition at line 122 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_event_pump(), ghost_wl_display_event_pump_from_thread(), GHOST_WindowWayland::setWindowCursorShape(), GHOST_WindowWayland::setWindowCursorVisibility(), and GHOST_WindowWayland::setWindowCustomCursorGenerator().
| #define wl_display_flush | ( | ... | ) |
Definition at line 134 of file wayland_dynload_client.h.
Referenced by GHOST_WindowWayland::GHOST_WindowWayland(), ghost_wl_display_event_pump(), GHOST_WindowWayland::setWindowCursorShape(), GHOST_WindowWayland::setWindowCursorVisibility(), GHOST_WindowWayland::setWindowCustomCursorGenerator(), and GHOST_WindowWayland::~GHOST_WindowWayland().
| #define wl_display_get_error | ( | ... | ) |
Definition at line 135 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_report_error(), and ghost_wl_display_report_error_if_set().
| #define wl_display_get_fd | ( | ... | ) |
Definition at line 124 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_event_pump(), ghost_wl_display_lock_without_input(), and gwl_display_event_thread_fn().
| #define wl_display_get_protocol_error | ( | ... | ) |
Definition at line 125 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_report_error_from_code().
| #define wl_display_prepare_read | ( | ... | ) |
Definition at line 127 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_event_pump(), and ghost_wl_display_event_pump_from_thread().
| #define wl_display_read_events | ( | ... | ) |
Definition at line 129 of file wayland_dynload_client.h.
Referenced by ghost_wl_display_event_pump(), and ghost_wl_display_event_pump_from_thread().
| #define wl_display_roundtrip | ( | ... | ) |
Definition at line 133 of file wayland_dynload_client.h.
Referenced by data_device_handle_drop(), GHOST_SystemWayland::GHOST_SystemWayland(), GHOST_WindowWayland::GHOST_WindowWayland(), system_clipboard_get(), and system_clipboard_get_primary_selection().
| #define WL_DYN_FN | ( | a | ) |
Definition at line 67 of file wayland_dynload_client.h.
| #define wl_log_set_handler_client | ( | ... | ) |
Definition at line 136 of file wayland_dynload_client.h.
Referenced by GHOST_SystemWayland::GHOST_SystemWayland().
| #define wl_proxy_add_listener | ( | ... | ) |
Definition at line 138 of file wayland_dynload_client.h.
| #define wl_proxy_destroy | ( | ... | ) |
Definition at line 140 of file wayland_dynload_client.h.
| #define wl_proxy_get_tag | ( | ... | ) |
Definition at line 150 of file wayland_dynload_client.h.
Referenced by ghost_wl_output_own(), ghost_wl_surface_own(), ghost_wl_surface_own_cursor_pointer(), and ghost_wl_surface_own_cursor_tablet().
| #define wl_proxy_get_user_data | ( | ... | ) |
Definition at line 147 of file wayland_dynload_client.h.
| #define wl_proxy_get_version | ( | ... | ) |
Definition at line 149 of file wayland_dynload_client.h.
| #define wl_proxy_marshal_array_flags | ( | ... | ) |
Definition at line 143 of file wayland_dynload_client.h.
| #define wl_proxy_marshal_flags | ( | ... | ) |
Definition at line 141 of file wayland_dynload_client.h.
| #define wl_proxy_set_tag | ( | ... | ) |
Definition at line 151 of file wayland_dynload_client.h.
Referenced by ghost_wl_output_tag(), ghost_wl_surface_tag(), ghost_wl_surface_tag_cursor_pointer(), and ghost_wl_surface_tag_cursor_tablet().
| #define wl_proxy_set_user_data | ( | ... | ) |
Definition at line 145 of file wayland_dynload_client.h.
|
extern |
Definition at line 20 of file wayland_dynload_client.c.