winex11: Disable sub-pixel antialiasing if Xrender isn't supported.
This commit is contained in:
parent
14b3db99c1
commit
7e23f9ce08
|
@ -988,6 +988,9 @@ static int GetCacheEntry(X11DRV_PDEVICE *physDev, LFANDSIZE *plfsz)
|
||||||
}
|
}
|
||||||
wine_tsx11_unlock();
|
wine_tsx11_unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* we can't support subpixel without xrender */
|
||||||
|
if (!X11DRV_XRender_Installed && entry->aa_default > AA_Grey) entry->aa_default = AA_Grey;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
entry->aa_default = AA_None;
|
entry->aa_default = AA_None;
|
||||||
|
|
Loading…
Reference in New Issue