spice/python_modules
Alexander Larsson 2e9604d00d demarshaller: Fix palette marshalling
It turns out that using base + sizeof(struct) is not a good way to
access an array at the end of a struct. For SpicePalette sizeof is 16, but
offset of ents is 12. Using this calculation in the demarshaller breaks
things badly, so now we use the actual array member.
2010-07-20 11:34:23 +02:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2010-06-18 16:32:10 +02:00
codegen.py Support extra prefix in code generators 2010-06-22 16:01:57 +02:00
demarshal.py demarshaller: Fix palette marshalling 2010-07-20 11:34:23 +02:00
Makefile.am Make distcheck work 2010-07-08 20:20:35 +02:00
marshal.py codegen: Allow @to_ptr to make inline structs demarshal as pointers 2010-07-19 16:28:22 +02:00
ptypes.py Don't send CursorHeader if cursor_flags is NONE 2010-07-19 16:28:23 +02:00
spice_parser.py Don't send CursorHeader if cursor_flags is NONE 2010-07-19 16:28:23 +02:00