aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-03-30 05:54:54 +0200
committerJason Creighton <jcreigh@gmail.com>2007-03-30 05:54:54 +0200
commitfd12ac51ea6250e79fde59401f9515b705cd5b24 (patch)
tree447d2e03f273e30a8ee3eb3eb19f984907070873 /Main.hs
parentacdff238a5d09ff0a382cb6cab188635a765f6f8 (diff)
downloadxmonad-fd12ac51ea6250e79fde59401f9515b705cd5b24.tar.gz
xmonad-fd12ac51ea6250e79fde59401f9515b705cd5b24.tar.xz
xmonad-fd12ac51ea6250e79fde59401f9515b705cd5b24.zip
refactored "focus changed" code into "refocus"
darcs-hash:20070330035454-b9aa7-54e1b09c030cec67d02902847258a2a14dcdc409.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index bfa6247..0524fc7 100644
--- a/Main.hs
+++ b/Main.hs
@@ -127,6 +127,7 @@ safeFocus w = do ws <- gets workspace
then setFocus w
else do b <- isRoot w
when b setTopFocus
+ refocus
handle :: Event -> X ()