From a1e4e611f4d422f01f9c62939e14cb19f1e720f9 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 22 May 2007 01:45:35 +0200 Subject: Remove the magic '2' darcs-hash:20070521234535-a5988-1f7d9a7ac5bc14119c249f640946af8e57917030 --- Operations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations.hs b/Operations.hs index 6eff4be..62d0d51 100644 --- a/Operations.hs +++ b/Operations.hs @@ -108,7 +108,7 @@ windows f = do hide :: Window -> X () hide w = withDisplay $ \d -> do (sw,sh) <- gets dimensions - io $ moveWindow d w (2*sw) (2*sh) + io $ moveWindow d w sw sh -- | refresh. Render the currently visible workspaces, as determined by -- the StackSet. Also, set focus to the focused window. -- cgit v1.2.3