Add Config.hs-boot, remove defaultLayoutDesc from XConf

This commit is contained in:
Spencer Janssen
2007-04-30 16:26:47 +00:00
parent ecbff364c9
commit 08e514b28f
5 changed files with 9 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ main = do
-- fromIntegral needed for X11 versions that use Int instead of CInt.
, dimensions = (fromIntegral (displayWidth dpy dflt),
fromIntegral (displayHeight dpy dflt))
, defaultLayoutDesc = startingLayoutDesc
, normalBorder = nbc
, focusedBorder = fbc
}