ladybird/Userland/Services/Taskbar
Gunnar Beutner eb21aa65d1 Userland: Make IPC results with one return value available directly
This changes client methods so that they return the IPC response's
return value directly - instead of the response struct - for IPC
methods which only have a single return value.
2021-05-03 21:14:40 +02:00
..
ClockWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClockWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01:00
main.cpp Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
ShutdownDialog.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ShutdownDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TaskbarButton.cpp Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
TaskbarButton.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TaskbarWindow.cpp Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
TaskbarWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowIdentifier.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowList.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowList.h WindowServer+LibGUI+Taskbar: Store window progress as Optional<int> 2021-05-02 10:43:39 +02:00