From 31d2d6e4e485f1addece7139c82b4f3e64b1bd91 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Jul 2010 12:43:33 +0200 Subject: Properly parse QXLLineAttrs.style --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') 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; }; -- cgit