summaryrefslogtreecommitdiffstats
path: root/spice1.proto
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-23 09:49:35 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:45 +0100
commit54fc0642e14a70891dc4de1e64001eae5dc2702b (patch)
treef90b7959f47c0c9cb6367d8f0873a2113947a5a0 /spice1.proto
parent435b1515a7555200d97fce2579088ff0b33949c8 (diff)
downloadspice-protocol-54fc0642e14a70891dc4de1e64001eae5dc2702b.tar.gz
spice-protocol-54fc0642e14a70891dc4de1e64001eae5dc2702b.tar.xz
spice-protocol-54fc0642e14a70891dc4de1e64001eae5dc2702b.zip
qxl abi: parse QXLOpaque.
Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
Diffstat (limited to 'spice1.proto')
-rw-r--r--spice1.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice1.proto b/spice1.proto
index 90a2c30..a233ffc 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -611,7 +611,7 @@ channel DisplayChannel : BaseChannel {
Image *src_bitmap;
Rect src_area;
Brush brush;
- ropd rop_decriptor;
+ ropd rop_descriptor;
image_scale_mode scale_mode;
QMask mask @outvar(mask);
} data;