mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 01:38:02 +02:00
committed by
Kovid Goyal
parent
a7b8e880c9
commit
5ea35cbbfc
8
glfw/wl_platform.h
vendored
8
glfw/wl_platform.h
vendored
@@ -412,10 +412,10 @@ typedef struct _GLFWlibraryWayland
|
||||
// Drag operation state
|
||||
struct {
|
||||
struct wl_data_source* source;
|
||||
unsigned char** items_data;
|
||||
size_t* items_sizes;
|
||||
char** items_mimes;
|
||||
int item_count;
|
||||
char** mimes; // Array of MIME type strings
|
||||
int mime_count; // Number of MIME types
|
||||
_GLFWwindow* window; // Window that initiated the drag
|
||||
GLFWDragSourceData* current_request; // Current data request being processed
|
||||
} drag;
|
||||
} _GLFWlibraryWayland;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user