mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Get drop status updates working
This commit is contained in:
@@ -19,6 +19,8 @@ typedef struct DnDCommand {
|
||||
unsigned more;
|
||||
uint32_t client_id;
|
||||
size_t payload_sz;
|
||||
int32_t cell_x, cell_y, pixel_x, pixel_y;
|
||||
uint32_t operation;
|
||||
} DnDCommand;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user