Go to file
Alexander Larsson f5c2e64f82 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.
2012-03-20 15:25:49 +01:00
common Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00
python_modules demarshaller: Fix palette marshalling 2012-03-20 15:25:49 +01:00
spice1.proto Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00
spice_codegen.py Make pointers 32bit in new protocol format 2012-03-20 15:25:45 +01:00
spice.proto Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00