diff options
author | Andreas Kling <kling@serenityos.org> | 2021-06-12 11:55:13 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-12 12:01:54 +0200 |
commit | 0a98964600fffc97cfe904432be29ec13b6e91a5 (patch) | |
tree | 75b80aff415ffb9aa955386e6b00641871a38db7 /Userland/Libraries/LibGL | |
parent | 77c2db41835294d60d01396865f0c9c81e7378c3 (diff) | |
download | serenity-0a98964600fffc97cfe904432be29ec13b6e91a5.zip |
WindowServer+LibGUI: Make window creation asynchronous :^)
Let clients manage their own window ID's. If you try to create a new
window with an existing ID, WindowServer will simply disconnect you
for misbehaving.
This removes the need for window creation to be synchronous, which
means that most GUI applications can now batch their entire GUI
initialization sequence without having to block waiting for responses.
Diffstat (limited to 'Userland/Libraries/LibGL')
0 files changed, 0 insertions, 0 deletions