Get drop status updates working

This commit is contained in:
Kovid Goyal
2026-03-06 15:47:10 +05:30
parent 111b35b6a7
commit 3a30c47942
11 changed files with 125 additions and 9 deletions

View File

@@ -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 {