Skip to content
Snippets Groups Projects
Commit b35641f4 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Wayland: Cleanup

parent 64906f8e
No related branches found
No related tags found
No related merge requests found
......@@ -2042,6 +2042,7 @@ static void dataDeviceHandleDrop(void* userData,
int count;
char** paths = _glfwParseUriList(string, &count);
if (paths)
{
_glfwInputDrop(_glfw.wl.dragFocus, count, (const char**) paths);
for (int i = 0; i < count; i++)
......@@ -2052,6 +2053,7 @@ static void dataDeviceHandleDrop(void* userData,
_glfw_free(string);
}
}
static void dataDeviceHandleSelection(void* userData,
struct wl_data_device* device,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment