1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 13:11:00 +00:00
serenity/Servers/NotificationServer
Andreas Kling 7efb497837 NotificationServer: Add new notification windows below the lowest one
Don't stack notifications on top of each other, instead put them below
one another on the y axis.

This will obviously break if the screen fills with notifications, but
that's a FIXME for now. :^)
2020-02-16 21:58:17 +01:00
..
ClientConnection.cpp NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
ClientConnection.h NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
main.cpp NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
Makefile NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
NotificationClient.ipc NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
NotificationServer.ipc NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
NotificationWindow.cpp NotificationServer: Add new notification windows below the lowest one 2020-02-16 21:58:17 +01:00
NotificationWindow.h NotificationServer: Add new notification windows below the lowest one 2020-02-16 21:58:17 +01:00