From 3a7af24ccb821b88613736f2f3d5ff049cfac02b Mon Sep 17 00:00:00 2001
From: David Roundy <droundy@darcs.net>
Date: Thu, 3 May 2007 16:47:50 +0200
Subject: add support for extensible layouts.

darcs-hash:20070503144750-72aca-f44bca4573837e12fc1f89333b55e04abd52787c.gz
---
 Config.hs-boot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Config.hs-boot')

diff --git a/Config.hs-boot b/Config.hs-boot
index 7fd4cee..5a03488 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -1,5 +1,5 @@
 module Config where
-import XMonad (LayoutDesc)
+import XMonad (Layout)
 import Graphics.X11.Xlib.Types (Dimension)
-defaultLayoutDesc :: LayoutDesc
+defaultLayouts :: [Layout]
 borderWidth :: Dimension
-- 
cgit v1.2.3