
3 Nov
2011
3 Nov
'11
7:23 a.m.
On Tue, 25 Oct 2011 21:50:29 +0200, "Audun Skaugen"
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!