Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c958 const char *current_uri = NULL; in data_device_handle_drop() local
968 current_uri = (const char *)buffer; in data_device_handle_drop()
972 if (*current_uri != 0 && *current_uri != '#') { in data_device_handle_drop()
974 SDL_SendDropFile(NULL, current_uri); in data_device_handle_drop()
976 current_uri = (const char *)current_char + 1; in data_device_handle_drop()

Completed in 5 milliseconds