This commit is contained in:
Kovid Goyal 2026-02-05 20:20:18 +05:30
parent 856e5680b4
commit b66f8e9ed8
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

2
glfw/glfw3.h vendored
View file

@ -1841,7 +1841,7 @@ typedef enum {
/*! Copy the dragged data to the destination. */
GLFW_DRAG_OPERATION_COPY = 2,
/*! Generic drag operation (platform decides semantics). */
GLFW_DRAG_OPERATION_GENERIC = 3
GLFW_DRAG_OPERATION_GENERIC = 4
} GLFWDragOperationType;
/*! @brief Drag data item.

2
kitty/glfw-wrapper.h generated
View file

@ -1569,7 +1569,7 @@ typedef enum {
/*! Copy the dragged data to the destination. */
GLFW_DRAG_OPERATION_COPY = 2,
/*! Generic drag operation (platform decides semantics). */
GLFW_DRAG_OPERATION_GENERIC = 3
GLFW_DRAG_OPERATION_GENERIC = 4
} GLFWDragOperationType;
/*! @brief Drag data item.