25 Mar
2025
25 Mar
'25
8:19 p.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/region.c:
short Y; } packed_point;
+struct edge +{ + /* Represents an intersection of a path segment with a scanline */ + int x; + int y;
Should we use INT? ```suggestion:-0+0 INT y; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7654#note_99048