6 Jan
2025
6 Jan
'25
4:53 a.m.
v2: Actually fix the issue: if the window surface has a color table, the dibdrv was copying it to a stack buffer on initialization. Then `init_dib_info_from_bitmapinfo` > `init_dib_info` keeps a reference to the color table, without copying it so we need to make sure the table lives on the dibdrv. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7088#note_91463