aboutsummaryrefslogtreecommitdiffstats
path: root/HintedTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HintedTile.hs')
-rw-r--r--HintedTile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HintedTile.hs b/HintedTile.hs
index 6ec408e..3df8014 100644
--- a/HintedTile.hs
+++ b/HintedTile.hs
@@ -37,7 +37,7 @@ addBorder (w, h) = (w + 2 * borderWidth, h + 2 * borderWidth)
substractBorder (w, h) = (w - 2 * borderWidth, h - 2 * borderWidth)
-tall, wide :: Int -> Rational -> Rational -> Layout
+tall, wide :: Int -> Rational -> Rational -> Layout Window
wide = tile splitVertically divideHorizontally
tall = tile splitHorizontally divideVertically