|
Blender V4.5
|
Public Attributes | |
| GWL_PrimarySelection_DataSource * | data_source = nullptr |
| std::mutex | data_source_mutex |
| GWL_PrimarySelection_DataOffer * | data_offer = nullptr |
| std::mutex | data_offer_mutex |
Primary selection support.
Definition at line 972 of file GHOST_SystemWayland.cc.
| GWL_PrimarySelection_DataOffer* GWL_PrimarySelection::data_offer = nullptr |
Definition at line 977 of file GHOST_SystemWayland.cc.
Referenced by gwl_primary_selection_discard_offer(), primary_selection_device_handle_selection(), and system_clipboard_get_primary_selection().
| std::mutex GWL_PrimarySelection::data_offer_mutex |
Definition at line 978 of file GHOST_SystemWayland.cc.
Referenced by gwl_registry_wl_seat_remove(), primary_selection_device_handle_selection(), and system_clipboard_get_primary_selection().
| GWL_PrimarySelection_DataSource* GWL_PrimarySelection::data_source = nullptr |
Definition at line 974 of file GHOST_SystemWayland.cc.
Referenced by gwl_primary_selection_discard_source(), primary_selection_source_cancelled(), primary_selection_source_send(), and system_clipboard_put_primary_selection().
| std::mutex GWL_PrimarySelection::data_source_mutex |
Definition at line 975 of file GHOST_SystemWayland.cc.
Referenced by gwl_registry_wl_seat_remove(), primary_selection_source_send(), and system_clipboard_put_primary_selection().