summaryrefslogtreecommitdiffstats
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
commitf88d0f781cfe2a7d4e530ace9ccf81303b838010 (patch)
tree447d2e03f273e30a8ee3eb3eb19f984907070873 /Main.hs
parent12cdac39c968a34c403aa7a9a1ac553c3a1f21b6 (diff)
downloadmetatile-f88d0f781cfe2a7d4e530ace9ccf81303b838010.tar
metatile-f88d0f781cfe2a7d4e530ace9ccf81303b838010.zip
refactored "focus changed" code into "refocus"
darcs-hash:20070330035454-b9aa7-54e1b09c030cec67d02902847258a2a14dcdc409
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 ()