3 Jun
2024
3 Jun
'24
12:49 p.m.
Emil Velikov (@xexaxo) commented about dlls/wineandroid.drv/window.c:
{ struct android_window_surface *surface; int width = rect->right - rect->left, height = rect->bottom - rect->top; + char buffer[FIELD_OFFSET( BITMAPINFO, bmiColors[256] )]; Same comments apply here. Although set_color_info particularly solves that... Although it sets the Colour(s) where there MacOS ones got removed - why is that btw?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5764#note_72209