aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-04-25 18:17:10 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-04-25 18:17:10 +0200
commitd410096621b6ce047b8cd7b129126782d522cb52 (patch)
tree75eda25529b7cfe4615646076d0f50a3ff56f26d
parent09d42195c82112f658fb388a0151e7d0b0403ef5 (diff)
downloadXMonadContrib-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 '')
-rw-r--r--XMonad/Layout/ThreeColumnsMiddle.hs4
-rw-r--r--xmonad-contrib.cabal1
2 files changed, 5 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))
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 5ed85aa..d6e7be2 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -179,6 +179,7 @@ library
XMonad.Layout.Tabbed
XMonad.Layout.TabBarDecoration
XMonad.Layout.ThreeColumns
+ XMonad.Layout.ThreeColumnsMiddle
XMonad.Layout.ToggleLayouts
XMonad.Layout.TwoPane
XMonad.Layout.WindowArranger