mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Add a request id for DnD protocol data requests
Allows multiple in-flight requests. Needs implementation.
This commit is contained in:
@@ -17,7 +17,7 @@ typedef enum ScrollTypes { SCROLL_LINE = -999999, SCROLL_PAGE, SCROLL_FULL } Scr
|
||||
typedef struct DnDCommand {
|
||||
char type;
|
||||
unsigned more;
|
||||
uint32_t client_id;
|
||||
uint32_t client_id, request_id;
|
||||
size_t payload_sz;
|
||||
int32_t cell_x, cell_y, pixel_x, pixel_y;
|
||||
uint32_t operation;
|
||||
|
||||
Reference in New Issue
Block a user