mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Track remote client on drag source items
This commit is contained in:
1
glfw/glfw3.h
vendored
1
glfw/glfw3.h
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user