From 46e231cc85c2940ef98e1f99920775505ffa9525 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 2 Jun 2010 10:55:19 +0200 Subject: [PATCH] winex11: Ignore fontconfig and Xft configuration if the app explicitly requested antialiasing. --- dlls/winex11.drv/xrender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c index cca3321c78d..810b1634881 100644 --- a/dlls/winex11.drv/xrender.c +++ b/dlls/winex11.drv/xrender.c @@ -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 );