summaryrefslogtreecommitdiff
path: root/spice.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
commit6ba331f45eb23b0a2763c24fccb3c99ffe34e3e1 (patch)
tree9bfc8096d6b2c7c112cc9bdbc95839000e1db5ca /spice.proto
parentbc1c2837f38a3f0f2cb45697b63e756506d5653f (diff)
qxl abi: parse QXLOpaque.
Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index f2a1903..38493a4 100644
--- a/spice.proto
+++ b/spice.proto
@@ -662,7 +662,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;