API to change image for drag in progress

This commit is contained in:
Kovid Goyal
2026-02-22 09:10:26 +05:30
parent 8ad22e7859
commit 6506ce1e91
7 changed files with 14 additions and 1 deletions

1
glfw/null_window.c vendored
View File

@@ -542,6 +542,7 @@ _glfwPlatformStartDrag(_GLFWwindow* window, const GLFWimage* thumbnail) {
}
void _glfwPlatformFreeDragSourceData(void) {}
int _glfwPlatformDragDataReady(const char *mime_type) { (void) mime_type; return 0; }
int _glfwPlatformChangeDragImage(const GLFWimage *thumbnail) { (void)thumbnail; return 0; }
const char** _glfwPlatformGetDropMimeTypes(GLFWDropData* drop UNUSED, int* count)
{