Graphics protocol: Add support for giving individual image placements their

Fixes #3133
This commit is contained in:
Kovid Goyal
2020-12-02 05:23:08 +05:30
parent 0173959e64
commit b5e704a934
8 changed files with 116 additions and 53 deletions

View File

@@ -257,6 +257,7 @@ def graphics_parser() -> None:
'f': ('format', 'uint'),
'm': ('more', 'uint'),
'i': ('id', 'uint'),
'p': ('placement_id', 'uint'),
'w': ('width', 'uint'),
'h': ('height', 'uint'),
'x': ('x_offset', 'uint'),