make Layouts able to layout whatever they like.

This commit is contained in:
David Roundy
2007-06-19 15:08:16 +00:00
parent b84a9b875b
commit e517aedfa1
3 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ borderWidth = 1
-- |
-- The default set of tiling algorithms
--
defaultLayouts :: [Layout]
defaultLayouts :: [Layout Window]
defaultLayouts = [ tiled , mirror tiled , full ]
where
-- default tiling algorithm partitions the screen into two panes