Simplify new drag/drop API

Fixes #9466
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 15:24:44 +00:00
committed by Kovid Goyal
parent c0bb8ae2a0
commit fac4420804
13 changed files with 365 additions and 154 deletions

2
glfw/null_window.c vendored
View File

@@ -539,7 +539,7 @@ int _glfwPlatformStartDrag(_GLFWwindow* window UNUSED,
return false;
}
void _glfwPlatformSetDragAcceptance(_GLFWwindow* window UNUSED, bool accepted UNUSED)
void _glfwPlatformUpdateDragState(_GLFWwindow* window UNUSED)
{
// No-op for null platform
}