diff options
author | marha <marha@users.sourceforge.net> | 2012-03-26 14:34:38 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-26 14:34:38 +0200 |
commit | 1d6d472342aee7b9c68e9f1d92762ef808d35ac2 (patch) | |
tree | 49700f649b4f4fedb3346ea7c58776925be11990 /fontconfig/conf.d/10-sub-pixel-vrgb.conf | |
parent | 0f834b91a4768673833ab4917e87d86c237bb1a6 (diff) | |
download | vcxsrv-1d6d472342aee7b9c68e9f1d92762ef808d35ac2.tar.gz vcxsrv-1d6d472342aee7b9c68e9f1d92762ef808d35ac2.tar.bz2 vcxsrv-1d6d472342aee7b9c68e9f1d92762ef808d35ac2.zip |
fontconfig libxcb mesa xkeyboard-config git update 26 Mar 2012
Diffstat (limited to 'fontconfig/conf.d/10-sub-pixel-vrgb.conf')
-rw-r--r-- | fontconfig/conf.d/10-sub-pixel-vrgb.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fontconfig/conf.d/10-sub-pixel-vrgb.conf b/fontconfig/conf.d/10-sub-pixel-vrgb.conf index 84481bde2..1b7b5f6d5 100644 --- a/fontconfig/conf.d/10-sub-pixel-vrgb.conf +++ b/fontconfig/conf.d/10-sub-pixel-vrgb.conf @@ -3,6 +3,12 @@ <fontconfig> <!-- Enable sub-pixel rendering --> <match target="font"> - <edit name="rgba" mode="assign"><const>vrgb</const></edit> + <!-- + This configuration is available on the major desktop environments. + We shouldn't overwrite it with "assign" unconditionally. + Most clients may picks up the first value only. so using "append" + may simply works to avoid it. + --> + <edit name="rgba" mode="append"><const>vrgb</const></edit> </match> </fontconfig> |