From 0ff192516ca8eb66984af0c6c78483a6d1d02777 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 4eeb1593..6160de1d 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;