[Spice-devel] [PATCH] spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)

Alon Levy alevy at redhat.com
Tue Apr 26 03:51:20 PDT 2011


---
 spice.proto |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
-- 
1.7.4.4



More information about the Spice-devel mailing list