summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:26:47 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:26:47 +0200
commit0f366aba734661ab6cc97ed368fe683d00fcc2d3 (patch)
tree60c97016528716492060a95ad6ab7df330258938 /Main.hs
parentd12e2d6006888fbcb325b76457fc76cdfadb2621 (diff)
downloadmetatile-0f366aba734661ab6cc97ed368fe683d00fcc2d3.tar
metatile-0f366aba734661ab6cc97ed368fe683d00fcc2d3.zip
Add Config.hs-boot, remove defaultLayoutDesc from XConf
darcs-hash:20070430162647-a5988-70420c2db283eb1585c96d977e5ac5ca3d0d1532
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 00f1948..ecd975d 100644
--- a/Main.hs
+++ b/Main.hs
@@ -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
}