ladybird/Userland/Services/NotificationServer
Jelle Raaijmakers d5630bd20e NotificationServer: Use Optional for last rect in NotificationWindow
We were calling `Gfx::Rect<T>::is_null` which checked if the width and
height were 0. What we want to do instead, is check if the rect value
was set at all. `Optional<Rect>` is the right way to do this.
2022-12-28 22:32:21 -05:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ConnectionFromClient.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
NotificationClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
NotificationServer.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
NotificationWindow.cpp NotificationServer: Use Optional for last rect in NotificationWindow 2022-12-28 22:32:21 -05:00
NotificationWindow.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00