diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-04-25 18:17:10 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-04-25 18:17:10 +0200 |
commit | d410096621b6ce047b8cd7b129126782d522cb52 (patch) | |
tree | 75eda25529b7cfe4615646076d0f50a3ff56f26d /XMonad/Layout | |
parent | 09d42195c82112f658fb388a0151e7d0b0403ef5 (diff) | |
download | XMonadContrib-d410096621b6ce047b8cd7b129126782d522cb52.tar.gz XMonadContrib-d410096621b6ce047b8cd7b129126782d522cb52.tar.xz XMonadContrib-d410096621b6ce047b8cd7b129126782d522cb52.zip |
Export ThreeColMid from L.ThreeColumnsMiddle
Ignore-this: f08d23d108ae9aa4ad176fd9dd275409
The configs that import it should continue to work with this module, though the
type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid).
darcs-hash:20090425161710-1499c-ae7237772224e9e01a907996b055f486848a0eea.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/ThreeColumnsMiddle.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/XMonad/Layout/ThreeColumnsMiddle.hs b/XMonad/Layout/ThreeColumnsMiddle.hs new file mode 100644 index 0000000..e7f244c --- /dev/null +++ b/XMonad/Layout/ThreeColumnsMiddle.hs @@ -0,0 +1,4 @@ +module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-} + (module XMonad.Layout.ThreeColumns) where + +import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid)) |