
Issue 32: gnome-panel take focus when autohide http://code.google.com/p/xmonad/issues/detail?id=32 Comment #1 by lu...@uralmail.com: This patch resolves the issue. But i'm no sure if that breaks something else. %) --- old-xmonad/Operations.hs 2007-07-03 18:32:00.000000000 +0600 +++ new-xmonad/Operations.hs 2007-07-03 18:32:00.000000000 +0600 @@ -483,7 +495,7 @@ sw = W.tag . W.workspace $ sc bw = fi . wa_border_width $ wa - windows $ W.shift sw . W.focusWindow w . W.float w + windows $ W.shift sw . W.float w (W.RationalRect ((fi (wa_x wa) - fi (rect_x sr)) % fi (rect_width sr)) ((fi (wa_y wa) - fi (rect_y sr)) % fi (rect_height sr)) (fi (wa_width wa + bw*2) % fi (rect_width sr)) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings