1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Userland/Services/Taskbar
Andreas Kling 333366a99d WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Window icons in Taskbar were previously received in WM events with
shbuf ID's. Now that Gfx::ShareableBitmap is backed by anonymous files,
we can easily switch to using those.
2021-01-15 23:24:07 +01:00
..
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap 2021-01-15 23:24:07 +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 WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap 2021-01-15 23:24:07 +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