From a157d5465632940411e5b8ccbd4e0827216734db Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 13 Oct 2007 22:43:00 +0200 Subject: clean up names of layout code darcs-hash:20071013204300-cba2c-7f8fb3244bbd918cd28679debad2129db542d7e8 --- 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 b6151c8..6d631c5 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -3,8 +3,8 @@ import Graphics.X11.Xlib.Types (Dimension) import Graphics.X11.Xlib (KeyMask,Window) import XMonad borderWidth :: Dimension -logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -possibleLayouts :: [Layout Window] +logHook :: X () manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet) +serialisedLayouts :: [Layout Window] -- cgit v1.2.3