winex11: Ignore fontconfig and Xft configuration if the app explicitly requested antialiasing.

This commit is contained in:
Alexandre Julliard 2010-06-02 10:55:19 +02:00
parent c9f729c2f7
commit 46e231cc85
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ static int GetCacheEntry(X11DRV_PDEVICE *physDev, LFANDSIZE *plfsz)
{
case ANTIALIASED_QUALITY:
entry->aa_default = get_antialias_type( physDev, FALSE, hinter );
break;
return ret; /* ignore further configuration */
case CLEARTYPE_QUALITY:
case CLEARTYPE_NATURAL_QUALITY:
entry->aa_default = get_antialias_type( physDev, subpixel, hinter );