Re: [PATCH v8 0/6] MR3288: gdiplus: Clip polygons before drawing them
15 Dec
2023
15 Dec
'23
3:56 p.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
735
Age (days ago)
735
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)