summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:47 +0100
commit2952d5bd9a7bc21cff4d4035b597682339dc02cf (patch)
treed1ae9725b7273a7b04e08fa65d3a4c238d6778de /spice.proto
parent0ed056da99f2ee23da5600f76d5824c68918c1b5 (diff)
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 e16250f..bd56eb2 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;
};