From: Sjoerd Mullender Date: Tue, 12 Oct 1993 12:55:27 +0000 (+0000) Subject: * Added support for X window interface. X-Git-Tag: v1.0.1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9b7201bb84c05f03d77d33a37dae0486fb231e2;p=thirdparty%2FPython%2Fcpython.git * Added support for X window interface. * Moviechannel now uses colormap mode on 8-bit XS Indigo's instead of converting the image to RGB32. * Compression Library support is dependent on USE_CL compile-time flag. --- diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index 2c99183ea7a5..d0eab0db35f3 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -416,6 +416,7 @@ class Displayer(VideoParams): pmsize = bytes*8 elif self.format == 'compress': data = self.decompress(data) + pmsize = 32 elif self.format in ('mono', 'grey4'): if self.mustunpack: if self.format == 'mono':