
On Sat, Nov 24, 2007 at 03:35:06PM +0100, Andrea Rossato wrote:
hunk ./XMonad/Core.hs 219 -- | 'handleMessage' performs message handling for that layout. If -- 'handleMessage' returns Nothing, then the layout did not respond to -- that message and the screen is not refreshed. Otherwise, 'handleMessage' - -- returns an updated 'LayoutClass' and the screen is refreshed. + -- returns an updated 'Layout' and the screen is refreshed. -- handleMessage :: layout a -> SomeMessage -> X (Maybe (layout a)) handleMessage l = return . pureMessage l
I don't know if this is correct, but I had the impression that saying 'Layout' may be less confusing. Just to underline the fact that this second patch may be omitted. Andrea