diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-01-26 11:10:49 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-01-26 11:10:49 +0100 |
commit | 140b15569c2bc98431c556cc35c874fa5962e22b (patch) | |
tree | 11e789a82b54d0e83c375e8ba26cb788b749bbd7 | |
parent | d5428ad56e2d902a2b116ad98e9850d903b4c68d (diff) | |
download | XMonadContrib-140b15569c2bc98431c556cc35c874fa5962e22b.tar.gz XMonadContrib-140b15569c2bc98431c556cc35c874fa5962e22b.tar.xz XMonadContrib-140b15569c2bc98431c556cc35c874fa5962e22b.zip |
export DeConfig to avoid importing Decoration
darcs-hash:20080126101049-32816-21a71ad8a3264a955e16906062e6b821ecccf405.gz
-rw-r--r-- | XMonad/Layout/DwmStyle.hs | 1 | ||||
-rw-r--r-- | XMonad/Layout/SimpleDecoration.hs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Layout/DwmStyle.hs b/XMonad/Layout/DwmStyle.hs index 787f656..bef196f 100644 --- a/XMonad/Layout/DwmStyle.hs +++ b/XMonad/Layout/DwmStyle.hs @@ -16,6 +16,7 @@ module XMonad.Layout.DwmStyle ( -- * Usage: -- $usage dwmStyle + , DeConfig (..) , DwmStyle (..), defaultDwmStyleConfig , shrinkText, CustomShrink(CustomShrink) , Shrinker(..) diff --git a/XMonad/Layout/SimpleDecoration.hs b/XMonad/Layout/SimpleDecoration.hs index f20cceb..d47d9be 100644 --- a/XMonad/Layout/SimpleDecoration.hs +++ b/XMonad/Layout/SimpleDecoration.hs @@ -17,6 +17,7 @@ module XMonad.Layout.SimpleDecoration ( -- * Usage: -- $usage simpleDeco + , DeConfig (..) , SimpleDecoration (..), defaultSimpleConfig , shrinkText, CustomShrink(CustomShrink) , Shrinker(..) |