Alexandre Julliard pushed to branch master at wine / wine
Commits: f4b46cef by Elizabeth Figura at 2024-10-18T16:42:47+02:00 win32u: Allocate the whole max_points for the top_points array.
The eventual array will only need 1/2 of the points, but we need the whole max_points to generate the ellipse top half.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57306
- - - - - 7e80632d by Elizabeth Figura at 2024-10-18T16:42:47+02:00 win32u: Always select the point that's closer to the ellipse.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57296
- - - - -
1 changed file:
- dlls/win32u/dibdrv/graphics.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3def17b94d2a9edb34c423f1bf20e5...