From 0876286d2ccc4b0ea99cff02e449d5b9ae320ad1 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Fri, 29 Feb 2008 23:13:26 +0100 Subject: simplify Simplest--allow it to apply to non-Windows. darcs-hash:20080229221326-72aca-d896abb0f51aa2778a6411ef887d2d03bbb43d08.gz --- XMonad/Layout/Simplest.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/Simplest.hs') diff --git a/XMonad/Layout/Simplest.hs b/XMonad/Layout/Simplest.hs index 5370013..1b6ddac 100644 --- a/XMonad/Layout/Simplest.hs +++ b/XMonad/Layout/Simplest.hs @@ -37,5 +37,5 @@ import qualified XMonad.StackSet as S -- "XMonad.Doc.Extending#Editing_the_layout_hook" data Simplest a = Simplest deriving (Show, Read) -instance LayoutClass Simplest Window where +instance LayoutClass Simplest a where pureLayout Simplest rec (S.Stack w l r) = zip (w : reverse l ++ r) (repeat rec) -- cgit v1.2.3