mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 23:31:01 +00:00
Instead of clients painting whenever they feel like it, we now ask that they paint in response to a paint message. After finishing painting, clients notify the WindowServer about the rect(s) they painted into and then flush eventually happens, etc. This stuff leaves us with a lot of badly named things. Need to fix that. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| main.cpp | ||
| WSEvent.h | ||
| WSEventLoop.cpp | ||
| WSEventLoop.h | ||
| WSEventReceiver.cpp | ||
| WSEventReceiver.h | ||
| WSScreen.cpp | ||
| WSScreen.h | ||
| WSWindow.cpp | ||
| WSWindow.h | ||
| WSWindowManager.cpp | ||
| WSWindowManager.h | ||