Port Cocoa drag source backend to new API

This commit is contained in:
Kovid Goyal
2026-02-18 11:20:17 +05:30
parent e5eb63fcd0
commit a2b7a0cd6d
9 changed files with 298 additions and 459 deletions

1
glfw/wl_platform.h vendored
View File

@@ -419,6 +419,7 @@ typedef struct _GLFWlibraryWayland
size_t sz, offset;
} *data_requests;
size_t count, capacity;
GLFWDragOperationType action;
} drag;
} _GLFWlibraryWayland;