JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix missing charset warnings with a less-constrained fallback font entry.
authorReginald Kennedy <rk@rejii.com>
Sat, 26 May 2012 10:14:23 +0000 (18:14 +0800)
committerReginald Kennedy <rk@rejii.com>
Sat, 26 May 2012 10:32:08 +0000 (18:32 +0800)
spectrwm.c

index 1002ee6..4b1bcc8 100644 (file)
@@ -264,7 +264,8 @@ double                      dialog_ratio = 0.6;
 #define SWM_BAR_FONTS          "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*," \
                                "-*-profont-*-*-*-*-*-*-*-*-*-*-*-*,"       \
                                "-*-times-medium-r-*-*-*-*-*-*-*-*-*-*,"    \
-                               "-misc-fixed-medium-r-*-*-*-*-*-*-*-*-*-*"
+                               "-misc-fixed-medium-r-*-*-*-*-*-*-*-*-*-*,"  \
+                               "-*-*-*-r-*--*-*-*-*-*-*-*-*"
 
 #ifdef X_HAVE_UTF8_STRING
 #define DRAWSTRING(x...)       Xutf8DrawString(x)