[xmonad] Applied: darcs patch: X.L.Maximize: Make layout forget
maximized window when...
darcswatch at nomeata.de
darcswatch at nomeata.de
Fri Oct 29 20:25:27 EDT 2010
This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib:
20101029221551 Norbert Zeh <nzeh at cs.dal.ca>
* 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.
--
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html#bundle-178d9fec3a0e7f1b506049c9a403443b5e7e2aaf
More information about the xmonad
mailing list