summaryrefslogtreecommitdiffstats
path: root/spice1.proto
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-23 14:46:23 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:46 +0100
commitf2d7fbdb19cd9758346316e63bcbd87b7dedd5ff (patch)
tree4afe77c2569583c589da79d55c44dcc66ccf4c65 /spice1.proto
parent54fc0642e14a70891dc4de1e64001eae5dc2702b (diff)
downloadspice-protocol-f2d7fbdb19cd9758346316e63bcbd87b7dedd5ff.tar.gz
spice-protocol-f2d7fbdb19cd9758346316e63bcbd87b7dedd5ff.tar.xz
spice-protocol-f2d7fbdb19cd9758346316e63bcbd87b7dedd5ff.zip
qxl abi: parse QXLCopy + QXLBlend.
Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
Diffstat (limited to 'spice1.proto')
-rw-r--r--spice1.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice1.proto b/spice1.proto
index a233ffc..98ffb49 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -622,7 +622,7 @@ channel DisplayChannel : BaseChannel {
struct Copy {
Image *src_bitmap;
Rect src_area;
- ropd rop_decriptor;
+ ropd rop_descriptor;
image_scale_mode scale_mode;
QMask mask @outvar(mask);
} data;
@@ -633,7 +633,7 @@ channel DisplayChannel : BaseChannel {
struct Blend {
Image *src_bitmap;
Rect src_area;
- ropd rop_decriptor;
+ ropd rop_descriptor;
image_scale_mode scale_mode;
QMask mask @outvar(mask);
} @ctype(SpiceCopy) data;