Commit 48ad5321 authored by Sjoerd Mullender's avatar Sjoerd Mullender

* 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.
parent a79c1616
......@@ -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':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment