aboutsummaryrefslogtreecommitdiffstats
path: root/Square.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-20 14:54:20 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-20 14:54:20 +0200
commit236effe4663e4eb5e0510c22b1095ecb5d7defcb (patch)
tree3301529355ca2d29c604d6cd34449bc96741eddc /Square.hs
parent0fd45e3280f3f7252a5ad7c2e110eacafa75e5df (diff)
downloadXMonadContrib-236effe4663e4eb5e0510c22b1095ecb5d7defcb.tar.gz
XMonadContrib-236effe4663e4eb5e0510c22b1095ecb5d7defcb.tar.xz
XMonadContrib-236effe4663e4eb5e0510c22b1095ecb5d7defcb.zip
make some layouts more general.
darcs-hash:20070620125420-72aca-2802515a9c62727f8a8e53fdb480bbb5588f50e2.gz
Diffstat (limited to 'Square.hs')
-rw-r--r--Square.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Square.hs b/Square.hs
index 3564d62..4250410 100644
--- a/Square.hs
+++ b/Square.hs
@@ -40,7 +40,7 @@ import StackSet ( integrate )
-- > (mirror $ twoPane 0.03 0.85),1)] (twoPane 0.03 0.5) )
-square :: Layout Window
+square :: Layout a
square = Layout { doLayout = \r s -> arrange r (integrate s), modifyLayout = message }
where
arrange rect ws@(_:_) = do