1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-12 18:55:57 -07:00

ShowWName: moved fi to XUtils

This commit is contained in:
Andrea Rossato
2008-01-24 13:47:25 +00:00
parent 8120af677b
commit 968868a359

@@ -98,7 +98,3 @@ flashName c (Rectangle _ _ wh ht) wrs = do
io $ sync d False
i <- startTimer (swn_fade c)
return (wrs, Just $ SWN False c $ Just (i,w))
-- | Short-hand for 'fromIntegral'
fi :: (Integral a, Num b) => a -> b
fi = fromIntegral