mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-13 11:16:01 -07:00
ShowWName: moved fi to XUtils
This commit is contained in:
@@ -98,7 +98,3 @@ flashName c (Rectangle _ _ wh ht) wrs = do
|
|||||||
io $ sync d False
|
io $ sync d False
|
||||||
i <- startTimer (swn_fade c)
|
i <- startTimer (swn_fade c)
|
||||||
return (wrs, Just $ SWN False c $ Just (i,w))
|
return (wrs, Just $ SWN False c $ Just (i,w))
|
||||||
|
|
||||||
-- | Short-hand for 'fromIntegral'
|
|
||||||
fi :: (Integral a, Num b) => a -> b
|
|
||||||
fi = fromIntegral
|
|
||||||
|
Reference in New Issue
Block a user