darcs patch: Small bugfix to X.L.Fullscreen
When using xmonad on another machine, the XMonad.Layout.Fullscreen module stopped refreshing the layout when a window entered fullscreen. This patch makes the layout modifiers return a Just instead of a Nothing on the FullscreenChanged message, fixing the bug. I do wonder, however, why the modifiers worked fine before. The patch also fixes some funny whitespace. -- Audun Skaugen
On Tue, 25 Oct 2011 21:50:29 +0200, "Audun Skaugen" <audunskaugen@gmail.com> wrote:
When using xmonad on another machine, the XMonad.Layout.Fullscreen module stopped refreshing the layout when a window entered fullscreen. This patch makes the layout modifiers return a Just instead of a Nothing on the FullscreenChanged message, fixing the bug. I do wonder, however, why the modifiers worked fine before.
The patch also fixes some funny whitespace.
Applied, thanks!
This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib: 20111023102940 Audun Skaugen <audun@skaugen.name> * Small bugfix to XMonad.Layout.Fullscreen Fixed a small bug in the layout modifers where windows entering fullscreen were not refreshed. Also fixed some funny whitespace characters. -- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html...
participants (3)
-
Audun Skaugen -
Daniel Schoepe -
darcswatch@nomeata.de