summaryrefslogtreecommitdiff
path: root/display.js
diff options
context:
space:
mode:
authorVincent Desprez <vincent.desprez@gmail.com>2017-01-10 22:54:56 +0100
committerJeremy White <jwhite@codeweavers.com>2017-03-07 15:11:15 -0600
commitbfa85a7117fcf28ff19f2507f61db4620da2e828 (patch)
treef758595753b1ae33a168f39681299f541b32db6b /display.js
parent2fa7c65144c0eece5bb6d359266f951ed6a37a56 (diff)
Handling non-topdown lz_rgb
Signed-off-by: Vincent Desprez <vincent.desprez@apwise.com>
Diffstat (limited to 'display.js')
-rw-r--r--display.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/display.js b/display.js
index 3f5d7bf..7719b23 100644
--- a/display.js
+++ b/display.js
@@ -288,9 +288,6 @@ SpiceDisplayConn.prototype.process_channel_message = function(msg)
return false;
}
- if (draw_copy.data.src_bitmap.lz_rgb.top_down != 1)
- this.log_warn("FIXME: Implement non top down support for lz_rgb");
-
var source_img = convert_spice_lz_to_web(canvas.context,
draw_copy.data.src_bitmap.lz_rgb);
if (! source_img)