]> git.draconx.ca Git - rrace.git/commit
ewmhicon: Fix colourmap generation in w32vga mode.
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 07:31:15 +0000 (02:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:57:37 +0000 (15:57 -0500)
commita3eba64d464d36cb5fac25d3f1f1ff1044b00579
treecf374d7cdbea9b4cdc3863bc6c9609c0270b05ac
parentfca6b2bed019146ab43230007cf193f4ca5955b1
ewmhicon: Fix colourmap generation in w32vga mode.

The bitmap tracking which colours are used is not properly initialized
to zero, so the generated XPM potentially includes a bunch of garbage
in the colourmap section.

No idea why this went unnoticed before as it is completely not working
today.
t/ewmhicon.c