diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-01-30 13:46:09 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-01-30 13:46:09 +0100 |
commit | 91e67ec7f78a2859e32a8400326114bc5db69a60 (patch) | |
tree | 73471ab4eb0870a5225e25084f9d9cf4e2b546c8 | |
parent | d3426a6b42d8ddb0eba568813c8d19815df2eb8a (diff) | |
download | XMonadContrib-91e67ec7f78a2859e32a8400326114bc5db69a60.tar.gz XMonadContrib-91e67ec7f78a2859e32a8400326114bc5db69a60.tar.xz XMonadContrib-91e67ec7f78a2859e32a8400326114bc5db69a60.zip |
SimpleDecoration: export defaultTheme
darcs-hash:20080130124609-32816-0bc8bfb0a5f8e9f398a102a1a220cf89c4542299.gz
-rw-r--r-- | XMonad/Layout/SimpleDecoration.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Layout/SimpleDecoration.hs b/XMonad/Layout/SimpleDecoration.hs index fbff81e..09527ed 100644 --- a/XMonad/Layout/SimpleDecoration.hs +++ b/XMonad/Layout/SimpleDecoration.hs @@ -18,6 +18,7 @@ module XMonad.Layout.SimpleDecoration -- $usage simpleDeco , Theme (..) + , defaultTheme , SimpleDecoration (..) , shrinkText, CustomShrink(CustomShrink) , Shrinker(..) |