mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-04 13:42:33 +02:00
...
This commit is contained in:
@@ -4215,7 +4215,6 @@ _glfwPlatformFreeDragSourceData(void) {
|
||||
|
||||
int
|
||||
_glfwPlatformChangeDragImage(const GLFWimage *thumbnail) {@autoreleasepool{
|
||||
(void)make_toplevel;
|
||||
if (!_glfw.ns.drag_session || !_glfw.ns.drag_view) return 0;
|
||||
_GLFWwindow *window = _glfwWindowForId(_glfw.drag.window_id);
|
||||
[((NSDraggingSession*)_glfw.ns.drag_session)
|
||||
|
||||
Reference in New Issue
Block a user