Re: [PATCH v8 0/6] MR3288: gdiplus: Clip polygons before drawing them
Dec. 15, 2023
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
832
Age (days ago)
832
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (ï¼ madewokherd)