[Git][wine/wine][master] 2 commits: gdiplus: Elide empty spans.
Alexandre Julliard pushed to branch master at wine / wine Commits: 762e4527 by Conor McCarthy at 2026-04-28T10:34:36+02:00 gdiplus: Elide empty spans. We assume a span is never empty and therefore can never begin at the right bound. An empty span there can break the requirement in combine_regions_to_spans() that current span Y coordinates are never less than the loop Y coordinate. Empty spans also break the in_left and in_right calculation. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59678 - - - - - 6ae2442d by Conor McCarthy at 2026-04-28T10:34:38+02:00 gdiplus/tests: Test a region intersect which produces empty spans. - - - - - 2 changed files: - dlls/gdiplus/region.c - dlls/gdiplus/tests/region.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/010fc42a553f2cd750bc4396aa1ebf... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/010fc42a553f2cd750bc4396aa1ebf... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)