summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-13 22:43:00 +0200
committerDon Stewart <dons@galois.com>2007-10-13 22:43:00 +0200
commita157d5465632940411e5b8ccbd4e0827216734db (patch)
treec4e7fd7cc287f672f0653c3c601922769bd8d208 /Config.hs-boot
parent64c22dd0d60dd5a9e2cde89a2070427fb96b4f95 (diff)
downloadmetatile-a157d5465632940411e5b8ccbd4e0827216734db.tar
metatile-a157d5465632940411e5b8ccbd4e0827216734db.zip
clean up names of layout code
darcs-hash:20071013204300-cba2c-7f8fb3244bbd918cd28679debad2129db542d7e8
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot4
1 files changed, 2 insertions, 2 deletions
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]