25 Mar
2025
25 Mar
'25
8:44 p.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/tests/region.c:
} }
+static void test_rounding(void) +{ + GpRegion *region; + GpMatrix *matrix; + GpBitmap *bitmap; + GpGraphics *graphics; + GpBrush *brush; + GpStatus status; + UINT count=80085; + INT icount; + GpRectF scans[2]; + HRGN hrgn; + int i, x, y, min_x, min_y, max_x, max_y;
```suggestion:-0+0 INT i, x, y, min_x, min_y, max_x, max_y; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7654#note_99056