summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-28 05:18:35 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-28 05:18:35 +0200
commit658623830c8e3c2cdd4640afe0a23b6ed68544ed (patch)
tree8cd0ee799a1fe89a87aac771780afdc94f5b7763 /Main.hs
parentc60ea349b9b5e9942e3e396fc78a2d4716226f70 (diff)
downloadmetatile-658623830c8e3c2cdd4640afe0a23b6ed68544ed.tar
metatile-658623830c8e3c2cdd4640afe0a23b6ed68544ed.zip
be sure to reset the gap list on rescreen
darcs-hash:20070528031835-9c5c1-34c9fc2931a6daa8fc3e63385782f43b097e293f
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 3969321..df768b7 100644
--- a/Main.hs
+++ b/Main.hs
@@ -63,7 +63,7 @@ main = do
, 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),
+ , dimensions = (fromIntegral (displayWidth dpy dflt),
fromIntegral (displayHeight dpy dflt)) }
xSetErrorHandler -- in C, I'm too lazy to write the binding: dons