mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Broadcast DestroyWindowEvent
to layouts
Some layout and layout modifiers that keep track of some window properties don't do garbage collection and update their state when windows are destroyed. By broadcasting this event, it should be easier for layouts to clean up Related: https://github.com/xmonad/xmonad-contrib/pull/474
This commit is contained in:
committed by
Tomas Janousek
parent
101c7052f4
commit
92d01e37a0
@@ -50,6 +50,9 @@
|
||||
|
||||
* Document the help command in the help message.
|
||||
|
||||
* `DestroyWindowEvent` is now broadcasted to layouts to let them know
|
||||
window-specific resources can be discarded.
|
||||
|
||||
## 0.15 (September 30, 2018)
|
||||
|
||||
* Reimplement `sendMessage` to deal properly with windowset changes made
|
||||
|
Reference in New Issue
Block a user