summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-29 21:13:20 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-29 21:13:20 +0200
commitfbf8b5217a1d0aa39e4a542cee610883f982026a (patch)
treeaa82cc6934a3858d2e622435850eb7a2f3c41b07 /Config.hs-boot
parente64c43498b16750d90de82bf4967df65581486fe (diff)
downloadmetatile-fbf8b5217a1d0aa39e4a542cee610883f982026a.tar
metatile-fbf8b5217a1d0aa39e4a542cee610883f982026a.zip
some renaming of classes and data types.
darcs-hash:20070929191320-72aca-63c25731f6efb2de0d786c7ebe2fed2fa288e03a
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index f9d8ecd..d216fbc 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -7,5 +7,5 @@ borderWidth :: Dimension
logHook :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
-possibleLayouts :: [SomeLayout Window]
+possibleLayouts :: [Layout Window]
manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet)