diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-21 18:53:17 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-21 18:53:17 +0200 |
commit | 870bc2a4d1a86b9c889461a3981ee359ff45c15c (patch) | |
tree | e109b41f2afca957dd27c9cbf20ef455b8174273 /Demos | |
parent | 7584480f628c878e107bf66770e988bedb8cd6c5 (diff) | |
download | serenity-870bc2a4d1a86b9c889461a3981ee359ff45c15c.zip |
LibGUI: Get rid of GWindow's destroy-on-close mechanism
Since we're moving to a world of ref-counting, we can't have weird
behaviors like "windows delete themselves when you close them."
The "close app when there are no more windows" mechanism is moved
to GWindow::hide(). Now, we close the app when it has no more
windows on screen.
Diffstat (limited to 'Demos')
0 files changed, 0 insertions, 0 deletions