summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-10-12 12:05:51 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-10-12 12:05:51 +0200
commit22ccc4dd0c0d8194b19e074e55cd6400e302ddb6 (patch)
tree1f9030eab125b80963d700be73830b60c0fec058 /Operations.hs
parent6c6b541ef1e74fc7f0905fd0d39d5fe867c22a6f (diff)
downloadmetatile-22ccc4dd0c0d8194b19e074e55cd6400e302ddb6.tar
metatile-22ccc4dd0c0d8194b19e074e55cd6400e302ddb6.zip
Haddox fix
darcs-hash:20071012100551-32816-f917f377ed65aecab28cf421f203c13903e9a5ac
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index f2f6b47..223257d 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -532,7 +532,7 @@ floatLocation w = withDisplay $ \d -> do
ws <- gets windowset
wa <- io $ getWindowAttributes d w
- -- | XXX horrible
+ -- XXX horrible
let sc = fromMaybe (W.current ws) $ find (pointWithin (fi $ wa_x wa) (fi $ wa_y wa) . screenRect . W.screenDetail) $ W.screens ws
sr = screenRect . W.screenDetail $ sc
bw = fi . wa_border_width $ wa