aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Util/Font.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hsc
index 76bfebc..9a3ea81 100644
--- a/XMonad/Util/Font.hsc
+++ b/XMonad/Util/Font.hsc
@@ -195,14 +195,14 @@ printStringXMF dpy drw fs@(Xft font) gc fc bc x y s = do
#endif
decodeInput :: String -> String
-#if defined XFT || defined UTF8
+#if defined XFT || defined USE_UTF8
decodeInput = decodeString
#else
decodeInput = id
#endif
encodeOutput :: String -> String
-#if defined XFT || defined UTF8
+#if defined XFT || defined USE_UTF8
encodeOutput = encodeString
#else
encodeOutput = id