summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-23 09:49:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-29 12:30:19 +0200
commit08cfd6beaff1bfd59c5883b4d07a964eb8644595 (patch)
treead8d5dca39a5a24b09b2535190bff0cd05dbb97c /spice.proto
parentef3e20e29ff124eeb10729c0d512b1d231276394 (diff)
downloadspice-08cfd6beaff1bfd59c5883b4d07a964eb8644595.tar.gz
spice-08cfd6beaff1bfd59c5883b4d07a964eb8644595.tar.xz
spice-08cfd6beaff1bfd59c5883b4d07a964eb8644595.zip
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 f2a1903c..38493a4c 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;