Displaying 1 result from an estimated 1 matches for "createpalette".
2005 May 18
4
256 colors (8bit) graphics not working
...entries in my
XFree86 config.
Reading the docs I added this to my .wine/config
[AppDefaults\\oshof32.exe\\x11drv]
"ScreenDepth" = "8"
"PrivateColorMap" = "Y"
I then run:
export WINEDEBUG=+palette
wine oshof32.exe
Amongst the output I get:
trace:palette:CreatePalette entries=20
trace:palette:CreatePalette returning 0x44
trace:palette:X11DRV_PALETTE_Init initializing palette manager...
trace:palette:X11DRV_PALETTE_Init visual class 4 (1)
trace:palette:GetPaletteEntries hpal = 0x44, count=20
trace:palette:GetSystemPaletteEntries hdc=0x7c,start=0,count=0
...
t...