17 May
2023
17 May
'23
6:26 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
return stat; }
-GpStatus gdip_transform_points(GpGraphics *graphics, GpCoordinateSpace dst_space, +GpStatus inline gdip_transform_points(GpGraphics *graphics, GpCoordinateSpace dst_space,
I'm not sure if there are any implications to marking a non-static function as inline. I couldn't find another example of it in Wine code. But, the function isn't used in any other file so it's probably fine to make it static inline. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2847#note_33038