Searched refs:selection_offer (Results 1 – 3 of 3) sorted by relevance
76 if (data_device->selection_offer != NULL) { in Wayland_GetClipboardText()77 buffer = Wayland_data_offer_receive(data_device->selection_offer, in Wayland_GetClipboardText()111 data_device->selection_offer, TEXT_MIME)) { in Wayland_HasClipboardText()
58 SDL_WaylandDataOffer *selection_offer; member
939 if (data_device->selection_offer != NULL) { in data_device_handle_leave()940 data_device->selection_offer = NULL; in data_device_handle_leave()995 if (data_device->selection_offer != offer) { in data_device_handle_selection()996 Wayland_data_offer_destroy(data_device->selection_offer); in data_device_handle_selection()997 data_device->selection_offer = offer; in data_device_handle_selection()1064 if (input->data_device->selection_offer != NULL) { in Wayland_display_destroy_input()1065 Wayland_data_offer_destroy(input->data_device->selection_offer); in Wayland_display_destroy_input()
Completed in 7 milliseconds