mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
If a window has child windows when it's destroyed, WindowServer will now automatically tear down all of its children as well. This is communicated to the client program through a vector of window ID's included with the response to WindowServer::DestroyWindow. This does feel a little bit awkward, but managing it on the client side also seems a bit awkward.
25 KiB
25 KiB