ladybird/Services/Taskbar
Tom f68115aba3 Taskbar: Wait on all waitable children in SIGCHLD handler
We need to call waitpid until no more waitable children are available.
This is necessary because SIGCHLD signals may coalesce into one when
multiple children terminate almost simultaneously.

Also, switch to EventLoop's asynchronous signal handling mechanism,
which allows more complex operations in the signal handler.
2020-12-02 12:57:25 +01:00
..
CMakeLists.txt
main.cpp Taskbar: Wait on all waitable children in SIGCHLD handler 2020-12-02 12:57:25 +01:00
TaskbarButton.cpp LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^) 2020-10-27 21:25:40 +01:00
TaskbarButton.h
TaskbarWindow.cpp Taskbar: Make quicklaunch buttons larger and reduce spacing 2020-10-25 15:32:19 +01:00
TaskbarWindow.h
WindowIdentifier.h
WindowList.cpp Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
WindowList.h Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00