diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-26 19:41:43 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-26 19:41:43 (GMT) |
commit | c492daf2d9b3123e502bd3825434e0a34571297c (patch) | |
tree | 087f3bbaa05f615893d8725e2343fe328ccf03f7 /INSTALL | |
parent | 05feaec548b6368d5cd122061ed0ec2e0d43191a (diff) | |
download | fluxbox-c492daf2d9b3123e502bd3825434e0a34571297c.zip fluxbox-c492daf2d9b3123e502bd3825434e0a34571297c.tar.bz2 |
remove dithering code
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -75,12 +75,6 @@ every other line in rendered images. This support works only for gradient | |||
75 | images. It is compiled in by default, but may be overridden by specifying | 75 | images. It is compiled in by default, but may be overridden by specifying |
76 | `--disable-interlace' on the configure script's command line. | 76 | `--disable-interlace' on the configure script's command line. |
77 | 77 | ||
78 | Fluxbox provides an alternative rendering algorithm for dithering on | ||
79 | pseudocolor (8 bit) displays. A noticeable pattern is visible when using | ||
80 | this; it's a matter of taste whether this looks better than the default | ||
81 | algorithm. It is disabled by default, but may be overridden by specifying | ||
82 | '--enable-ordered-pseudo' on the configure script's command line. | ||
83 | |||
84 | Fluxbox uses a timer which allows it to periodically flush its pixmap | 78 | Fluxbox uses a timer which allows it to periodically flush its pixmap |
85 | cache. It is enabled by default, but may be overridden by specifying | 79 | cache. It is enabled by default, but may be overridden by specifying |
86 | '--disable-timed-cache' on the configure script's command line. | 80 | '--disable-timed-cache' on the configure script's command line. |