Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c62 char *xdg_path; in wayland_create_tmp_file() local
66 xdg_path = SDL_getenv("XDG_RUNTIME_DIR"); in wayland_create_tmp_file()
67 if (!xdg_path) { in wayland_create_tmp_file()
71 SDL_strlcpy(tmp_path, xdg_path, PATH_MAX); in wayland_create_tmp_file()

Completed in 6 milliseconds