aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Tabbed.hs')
-rw-r--r--Tabbed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index d81ccbc..031f9c5 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -40,7 +40,7 @@ import XMonadContrib.NamedWindows
-- > , ... ]
-tabbed :: Shrinker -> Layout
+tabbed :: Shrinker -> Layout Window
tabbed shrinkT = Layout { doLayout = dolay shrinkT, modifyLayout = const (return Nothing) }
dolay :: Shrinker -> Rectangle -> W.Stack Window -> X [(Window, Rectangle)]