From f28609ca929d427be34ee4ce6cf8e2c6aa89b63d Mon Sep 17 00:00:00 2001
From: Alexander Stepanenko <olexander314@gmail.com>
Date: Thu, 18 Dec 2014 00:56:19 +0300
Subject: Allow the Xlib automatically choose a font size.

---
 src/XUtil.hsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/XUtil.hsc b/src/XUtil.hsc
index 1217452..f7b36ca 100644
--- a/src/XUtil.hsc
+++ b/src/XUtil.hsc
@@ -92,7 +92,7 @@ initFont d s =
 #endif
 
 miscFixedFont :: String
-miscFixedFont = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
+miscFixedFont = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
 
 -- | Given a fontname returns the font structure. If the font name is
 --  not valid the default font will be loaded and returned.
-- 
cgit v1.2.3