7 Nov
2025
7 Nov
'25
7:58 p.m.
Marc-Aurel Zent (@mzent) commented about dlls/winemac.drv/gdi.c:
static int horz_size; /* horz. size of screen in millimeters */ static int vert_size; /* vert. size of screen in millimeters */ static int bits_per_pixel; /* pixel depth of screen */ -static int device_data_valid; /* do the above variables have up-to-date values? */ +static bool device_data_valid; /* do the above variables have up-to-date values? */ Very minor nitpick, the comment is shifted by one character now compared to the lines above.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9400#note_121211