mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
committed by
Kovid Goyal
parent
c0bb8ae2a0
commit
fac4420804
2
glfw/null_window.c
vendored
2
glfw/null_window.c
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user