[xmonad] darcs patch: Move XMonad.Layouts to XMonad.Layout for... (and 1 more)

Andrea Rossato mailing_list at istitutocolli.org
Sat Nov 24 09:54:25 EST 2007


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



More information about the xmonad mailing list