mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
committed by
Kovid Goyal
parent
a7b8e880c9
commit
5ea35cbbfc
6
glfw/cocoa_platform.h
vendored
6
glfw/cocoa_platform.h
vendored
@@ -169,12 +169,16 @@ typedef struct _GLFWwindowNS
|
||||
GLFWcocoarenderframefun resizeCallback;
|
||||
|
||||
// Current drag operation type for NSDraggingSource
|
||||
GLFWDragOperationType dragOperationType;
|
||||
int dragOperations; // Bitfield of GLFWDragOperationType
|
||||
|
||||
// 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
|
||||
|
||||
// Drag source state
|
||||
char** sourceMimes; // Array of MIME type strings for drag source
|
||||
int sourceMimeCount; // Number of source MIME types
|
||||
} _GLFWwindowNS;
|
||||
|
||||
// Cocoa-specific global data
|
||||
|
||||
Reference in New Issue
Block a user