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

@@ -334,6 +334,11 @@ def parsers() -> None:
't': ('type', flag('aA')),
'm': ('more', 'uint'),
'i': ('client_id', 'uint'),
'o': ('operation', 'uint'),
'x': ('cell_x', 'int'),
'y': ('cell_y', 'int'),
'X': ('pixel_x', 'int'),
'Y': ('pixel_y', 'int'),
}
text = generate(
'parse_dnd_code', 'screen_handle_dnd_command', 'dnd_command', keymap, 'DnDCommand',