From 9234fb72b2792d94b22eac1929dbcd005b1e376b Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 26 Oct 2004 12:04:18 +0000 Subject: [PATCH] small fix for older fontconfig --- WPrefs.app/FontSimple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/WPrefs.app/FontSimple.c b/WPrefs.app/FontSimple.c index c9bca144..04be1d45 100644 --- a/WPrefs.app/FontSimple.c +++ b/WPrefs.app/FontSimple.c @@ -39,6 +39,7 @@ # define FC_WEIGHT_ULTRABOLD FC_WEIGHT_EXTRABOLD # define FC_WEIGHT_HEAVY FC_WEIGHT_BLACK /* Widths */ +# define FC_WIDTH "width" # define FC_WIDTH_ULTRACONDENSED 50 # define FC_WIDTH_EXTRACONDENSED 63 # define FC_WIDTH_CONDENSED 75 -- 2.11.4.GIT