From 36f427bfebf6701468341c27f9e01015d3537149 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Tue, 19 Feb 2008 17:51:27 +0100 Subject: LayoutHints: fix a wrong fix The case analisys of my fix should be the other way around... this is the real fix. darcs-hash:20080219165127-32816-a2c283dcd6160e5a3f776de214c63f8213681220.gz --- XMonad/Layout/LayoutHints.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/LayoutHints.hs') diff --git a/XMonad/Layout/LayoutHints.hs b/XMonad/Layout/LayoutHints.hs index 6442934..f8aa47b 100644 --- a/XMonad/Layout/LayoutHints.hs +++ b/XMonad/Layout/LayoutHints.hs @@ -60,4 +60,4 @@ instance LayoutModifier LayoutHints Window where withDisplay $ \disp -> do sh <- io $ getWMNormalHints disp w let (c',d') = adjBorders 1 bW . applySizeHints sh . adjBorders bW (-1) $ (c,d) - return (w, if isInStack s w then r else Rectangle a b c' d') + return (w, if isInStack s w then Rectangle a b c' d' else r) -- cgit v1.2.3