summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-03-31 02:34:42 +0200
committerJason Creighton <jcreigh@gmail.com>2007-03-31 02:34:42 +0200
commit9a248e6bd9493099b6dd6db56c0b89a123dc522e (patch)
tree0601c8f67e29d1075b9bcb475678a8c8c80dfe8d /Main.hs
parentf88d0f781cfe2a7d4e530ace9ccf81303b838010 (diff)
downloadmetatile-9a248e6bd9493099b6dd6db56c0b89a123dc522e.tar
metatile-9a248e6bd9493099b6dd6db56c0b89a123dc522e.zip
removed refocus; moved functionality to setFocus
darcs-hash:20070331003442-b9aa7-98dbb2a95ac070ced1efe307317fdd4732c1e38e
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 0524fc7..bfa6247 100644
--- a/Main.hs
+++ b/Main.hs
@@ -127,7 +127,6 @@ safeFocus w = do ws <- gets workspace
then setFocus w
else do b <- isRoot w
when b setTopFocus
- refocus
handle :: Event -> X ()