diff options
author | tv <tv@krebsco.de> | 2018-08-14 21:37:28 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-08-14 21:37:28 +0200 |
commit | 97c4b6c5a2db1591a6bf181f787e109b827684ab (patch) | |
tree | 08e8265b6a5f40a18f8c191559a71b62ac077f49 /XMonad | |
parent | e5085203cb7c8fd67c7876a2a47e1e68a141be99 (diff) |
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Stockholm/Font.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/XMonad/Stockholm/Font.hs b/XMonad/Stockholm/Font.hs index ed801cc..40bb332 100644 --- a/XMonad/Stockholm/Font.hs +++ b/XMonad/Stockholm/Font.hs @@ -5,6 +5,10 @@ module XMonad.Stockholm.Font , printStringXMF' ) where +#ifdef XFT +import Graphics.X11.Xft +import Graphics.X11.Xrender +#endif import XMonad import XMonad.Util.Font |