From fbead3281f7bf1f21f24f3087fec194787a0d030 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 9 Apr 2011 21:41:12 +0300 Subject: [PATCH] spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti) --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice.proto b/spice.proto index 4eeb159..6160de1 100644 --- a/spice.proto +++ b/spice.proto @@ -639,7 +639,7 @@ channel DisplayChannel : BaseChannel { DisplayBase base; struct Fill { Brush brush @outvar(brush); - uint16 rop_descriptor; + ropd rop_descriptor; QMask mask @outvar(mask); } data; } draw_fill = 302;