Track remote client on drag source items

This commit is contained in:
Kovid Goyal
2026-05-08 16:54:20 +05:30
parent b85ec2b8c6
commit 9e8bd7207b
3 changed files with 3 additions and 0 deletions

1
glfw/glfw3.h vendored
View File

@@ -1827,6 +1827,7 @@ typedef struct GLFWDragSourceItem {
// Can be on null to provide data when the drag is started should be used only when the data is relatively small
const char *optional_data;
size_t data_size;
bool is_remote_client;
} GLFWDragSourceItem;
typedef struct GLFWDragEvent {