[Git][wine/wine][master] d2d1: Fix incorrect union member access in radial gradient brush.
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(a)uniontech.com> - - - - - 1 changed file: - dlls/d2d1/brush.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f91b5e67430048e9b39913389a4215d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f91b5e67430048e9b39913389a4215d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)