mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 05:21:00 +00:00
Work now happens in terms of two messages:
- WM_ClientWantsToPaint
- WM_ClientFinishedPaint
This feels fairly obvious compared to the old Paint/Invalidate.
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| main.cpp | ||
| WSMessage.h | ||
| WSMessageLoop.cpp | ||
| WSMessageLoop.h | ||
| WSMessageReceiver.cpp | ||
| WSMessageReceiver.h | ||
| WSScreen.cpp | ||
| WSScreen.h | ||
| WSWindow.cpp | ||
| WSWindow.h | ||
| WSWindowManager.cpp | ||
| WSWindowManager.h | ||