
Applied. Thanks! * On Friday, October 29 2010, Norbert Zeh wrote:
1 patch for repository http://code.haskell.org/XMonadContrib:
Fri Oct 29 19:15:51 ADT 2010 Norbert Zeh
* X.L.Maximize: Make layout forget maximized window when it is closed The X.L.Maximize layout modifier does not track whether the window it stores as maximized does still exist. The X server reuses window IDs. As a result, I was able to reproduce the following behaviour (e.g., by opening and closing xpdf windows): Create a window, maximize it, close it without restoring it to its normal state. Open a new window with the same window ID (e.g., an xpdf window after just closing an xpdf window). The new window will open maximized, which is not what one would expect. This patch addresses this problem, removing the ID of the maximized window from the layout when the maximized window is closed.
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad