diff options
author | Don Stewart <dons@galois.com> | 2007-10-13 22:43:00 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-10-13 22:43:00 +0200 |
commit | bc62d80641a5948f41fdfb7d50d8abaae4e0f381 (patch) | |
tree | c4e7fd7cc287f672f0653c3c601922769bd8d208 /Config.hs-boot | |
parent | 9210b48e15a40b99f6755da7efc5019719233ebf (diff) | |
download | xmonad-bc62d80641a5948f41fdfb7d50d8abaae4e0f381.tar.gz xmonad-bc62d80641a5948f41fdfb7d50d8abaae4e0f381.tar.xz xmonad-bc62d80641a5948f41fdfb7d50d8abaae4e0f381.zip |
clean up names of layout code
darcs-hash:20071013204300-cba2c-7f8fb3244bbd918cd28679debad2129db542d7e8.gz
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 4 |
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] |