From 22b64d2ae25dba938da65983cbf3d63e6336907f Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Fri, 18 May 2012 17:01:49 -0400 Subject: Add support for LZ compression of A8 images Graduality is irrelevant for A8 images, so instead of using RGB-ness as a short-cut, add a new macro BITMAP_FMT_HAS_GRADUALITY() that returns true for the existing RGB images, but false for A8. --- spice-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice-common') diff --git a/spice-common b/spice-common index c2adbb00..c0b048eb 160000 --- a/spice-common +++ b/spice-common @@ -1 +1 @@ -Subproject commit c2adbb00dc0b29de0fe297f241fb0efeb4a81510 +Subproject commit c0b048ebef41b3a79d42e96c0ecaef65e1bb7599 -- cgit