mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-24 09:31:27 +02:00
b64d9e6be0
The original code was using double precision floating point to perform the color corrections for the creation of the standard colormap. This precision is not necessary because color coding is 16 bits anyway, and on some architecture the double precision comes with a cost. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>