[Spice-commits] spice.proto

Alon Levy alon at kemper.freedesktop.org
Tue Apr 26 07:45:59 PDT 2011


 spice.proto |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ff192516ca8eb66984af0c6c78483a6d1d02777
Author: Alon Levy <alevy at redhat.com>
Date:   Sat Apr 9 21:41:12 2011 +0300

    spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)

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;


More information about the Spice-commits mailing list