Home
last modified time | relevance | path

Searched refs:selection_offer (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandclipboard.c76 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()
A DSDL_waylanddatamanager.h58 SDL_WaylandDataOffer *selection_offer; member
A DSDL_waylandevents.c939 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