-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 828 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RENDER extension implementation for python-xlib
-----------------------------------------------
This is a work-in-progress; the interface can and will change.
To test this, apply integrate-render.patch against r157 of the
python-xlib trunk and copy render.py to the ext/ directory under Xlib.
There's also object-fix.patch which fixes Object.check_value() and
simplifies the other methods a bit, which makes the Fixed type in the
render extension serialize correctly when used with Object.
The support for multiple fields in LengthOf that was added in r157 is
needed for render.py to work, although it is not strictly necessary,
since the feature is only used in requests. Maybe the feature could
add a check that all the referenced fields are the same size?
(Kind of like FixedList checks that the value is the right size)