|
Blender V4.3
|
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 963 of file GHOST_SystemWayland.cc.
| GWL_PrimarySelection_DataOffer* GWL_PrimarySelection::data_offer = nullptr |
Definition at line 968 of file GHOST_SystemWayland.cc.
| std::mutex GWL_PrimarySelection::data_offer_mutex |
Definition at line 969 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 965 of file GHOST_SystemWayland.cc.
| std::mutex GWL_PrimarySelection::data_source_mutex |
Definition at line 966 of file GHOST_SystemWayland.cc.
Referenced by gwl_registry_wl_seat_remove(), and system_clipboard_put_primary_selection().