May 12, 2026
11:08 a.m.
Alexandre Julliard (@julliard) commented about dlls/winex11.drv/xrender.c:
*/ static HFONT xrenderdrv_SelectFont( PHYSDEV dev, HFONT hfont, UINT *aa_flags ) { - LFANDSIZE lfsz; struct xrender_physdev *physdev = get_xrender_dev( dev ); PHYSDEV next = GET_NEXT_PHYSDEV( dev, pSelectFont ); + UINT xft_aa_flags; + LFANDSIZE lfsz; Same here.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10871#note_139565