summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
commit31d2d6e4e485f1addece7139c82b4f3e64b1bd91 (patch)
treeb7493ed75a5a5805023b2859809ad188ea8633d9 /spice.proto
parentfe4f90210f492b8818af33dd1824c09295631c73 (diff)
downloadspice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.tar.gz
spice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.tar.xz
spice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.zip
Properly parse QXLLineAttrs.style
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index e16250f1..bd56eb2c 100644
--- a/spice.proto
+++ b/spice.proto
@@ -536,7 +536,7 @@ struct LineAttr {
} u1 @anon;
switch (flags) {
case STYLED:
- fixed28_4 *style[style_nseg];
+ fixed28_4 *style[style_nseg] @c_ptr;
} u2 @anon;
};