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

Hi this patch is to be applied together with the one that follows.
andrea
Sat Nov 24 15:30:00 CET 2007 Andrea Rossato

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
participants (1)
-
Andrea Rossato