Alexandre Julliard pushed to branch master at wine / wine
Commits: f91b5e67 by Yeshun Ye at 2025-11-03T21:18:38+01:00 d2d1: Fix incorrect union member access in radial gradient brush.
Fixed union member misuse in d2d_brush_fill_cb() function where radial gradient brush processing incorrectly accessed brush->u.linear.gradient instead of brush->u.radial.gradient.
Signed-off-by: YeshunYe yeyeshun@uniontech.com
- - - - -
1 changed file:
- dlls/d2d1/brush.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f91b5e67430048e9b39913389a4215d...