aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2007-06-04 06:47:15 +0200
committerStefan O'Rear <stefanor@cox.net>2007-06-04 06:47:15 +0200
commitac9ed21ed01867c61aa2fc5c8253bf877d4b55de (patch)
tree9ef0881e02b64f47af1bc6e67ea31c8cce38e25a /Main.hs
parenta1737a36132b2867a1c795c5c5bb32cb130b74c0 (diff)
downloadxmonad-ac9ed21ed01867c61aa2fc5c8253bf877d4b55de.tar.gz
xmonad-ac9ed21ed01867c61aa2fc5c8253bf877d4b55de.tar.xz
xmonad-ac9ed21ed01867c61aa2fc5c8253bf877d4b55de.zip
Remove no-longer-needed 'dimensions' state (-5 loc)
darcs-hash:20070604044715-e3110-7bd7ba2b78f80046e2148fb37aa0f5fe3eca08c6.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 38ac301..490da13 100644
--- a/Main.hs
+++ b/Main.hs
@@ -59,9 +59,7 @@ main = do
{ windowset = winset
, layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]]
, statusGaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
- , xineScreens = xinesc
- , dimensions = (fromIntegral (displayWidth dpy dflt),
- fromIntegral (displayHeight dpy dflt)) }
+ , xineScreens = xinesc }
xSetErrorHandler -- in C, I'm too lazy to write the binding: dons