From ab42742efcf7d2224d1a1daaf58896eb883f76c5 Mon Sep 17 00:00:00 2001
From: Andreas Fuchs <asf@boinkor.net>
Date: Fri, 12 Mar 2010 10:12:46 +0100
Subject: [PATCH] Back out a problematic change from the last commit.

The fallback font should definitely still be "fixed", not a concrete font name. (Left this in while
testing, and forgot to remove it. Whoops.)
---
 tk-silica/xt-silica.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tk-silica/xt-silica.lisp b/tk-silica/xt-silica.lisp
index d226e1a9..b46f7563 100644
--- a/tk-silica/xt-silica.lisp
+++ b/tk-silica/xt-silica.lisp
@@ -201,7 +201,7 @@
 (defparameter *xt-font-families*
     `(
       ;; ascii
-      (0 "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1"  ;; "fixed"
+      (0 "fixed"
 	 (:fix "-*-courier-*-*-*-*-*-*-*-*-*-*-iso8859-1")
 	 (:sans-serif "-*-helvetica-*-*-*-*-*-*-*-*-*-*-iso8859-1")
 	 (:serif "-*-new century schoolbook-*-*-*-*-*-*-*-*-*-*-iso8859-1"
-- 
GitLab