mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:08:12 +00:00
![]() 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
main.cpp | ||
NotificationClient.ipc | ||
NotificationServer.ipc | ||
NotificationWindow.cpp | ||
NotificationWindow.h |