diff options
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 |