Hello.
I've sent a patch that changes X11DRV_GetSystemPaletteEntries behavior and a test something like a week ago. I guess they fell into that so called not obviously correct category (or maybe not correct at all one). I'll appreciate any comments or suggestions on possible improvements. Thanks.
On Windows, GetSystemPaletteEntries() call in non-palettized graphics modes returns back reserved colors from the default palette. This patch modifies winex11.drv's X11DRV_GetSystemPaletteEntries() function to imitate this behavior instead of just returning 0. This partially solves bug #201 (helps igowin.exe transparency problem, untested with another app).