Allow changing drag acceptance asynchronously

Fixes #9465
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 08:27:45 +00:00
committed by Kovid Goyal
parent 6744183027
commit 9b35c1b535
10 changed files with 169 additions and 16 deletions

1
glfw/internal.h vendored
View File

@@ -768,6 +768,7 @@ void _glfwPlatformUpdateIMEState(_GLFWwindow *w, const GLFWIMEUpdateEvent *ev);
void _glfwPlatformChangeCursorTheme(void);
int _glfwPlatformStartDrag(_GLFWwindow* window, const GLFWdragitem* items, int item_count, const GLFWimage* thumbnail, GLFWDragOperationType operation);
void _glfwPlatformSetDragAcceptance(_GLFWwindow* window, bool accepted);
void _glfwPlatformPollEvents(void);
void _glfwPlatformWaitEvents(void);