1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-30 19:51:51 -07:00
Files
xmonad-contrib/XMonad/Layout/ThreeColumnsMiddle.hs
Adam Vogt cc0e18af8a 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).
2009-04-25 16:17:10 +00:00

5 lines
208 B
Haskell

module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-}
(module XMonad.Layout.ThreeColumns) where
import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid))