mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 19:21:38 +02:00
committed by
Kovid Goyal
parent
c0bb8ae2a0
commit
fac4420804
5
glfw/cocoa_platform.h
vendored
5
glfw/cocoa_platform.h
vendored
@@ -170,6 +170,11 @@ typedef struct _GLFWwindowNS
|
||||
|
||||
// Current drag operation type for NSDraggingSource
|
||||
GLFWDragOperationType dragOperationType;
|
||||
|
||||
// Cached MIME types from drag enter (for move events)
|
||||
const char** dragMimes;
|
||||
int dragMimeCount; // Current count of MIME types (may be reduced by callback)
|
||||
int dragMimeArraySize; // Original array size for proper cleanup
|
||||
} _GLFWwindowNS;
|
||||
|
||||
// Cocoa-specific global data
|
||||
|
||||
Reference in New Issue
Block a user