15 Dec
2023
15 Dec
'23
9:56 a.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
return Ok; }
-static GpStatus get_graphics_device_bounds(GpGraphics* graphics, GpRectF* rect) +GpStatus get_graphics_device_bounds(GpGraphics* graphics, GpRectF* rect)
Changing a static function to non-static shouldn't be in its own commit. You should combine it with the first commit that uses it outside its source file. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3288#note_56101