1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 08:52:28 +00:00
serenity/Userland/Services/Taskbar
Andreas Kling d312011708 Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Now that WindowServer broadcasts the system theme using an anonymous
file, we need clients to pledge "recvfd" so they can receive it.

Some programs keep the "shared_buffer" pledge since it's still used for
a handful of things.
2021-01-16 19:30:32 +01:00
..
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
TaskbarButton.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
TaskbarButton.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
TaskbarWindow.cpp Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
TaskbarWindow.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowIdentifier.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowList.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowList.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00