mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-13 02:55:46 -07:00
Haddox fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user