Export ThreeColMid from L.ThreeColumnsMiddle

The configs that import it should continue to work with this module, though the
type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid).
This commit is contained in:
Adam Vogt
2009-04-25 16:17:10 +00:00
parent 7410b9826c
commit cc0e18af8a
2 changed files with 5 additions and 0 deletions

View File

@@ -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))

View File

@@ -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