mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
WindowServer: Rename the two painting phases.
Work now happens in terms of two messages: - WM_ClientWantsToPaint - WM_ClientFinishedPaint This feels fairly obvious compared to the old Paint/Invalidate.
This commit is contained in:
parent
244d5bcce1
commit
9fa8d4e22f
6 changed files with 39 additions and 39 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
class WSScreen;
|
||||
class WSMouseEvent;
|
||||
class WSPaintEvent;
|
||||
class WSClientWantsToPaintMessage;
|
||||
class WSWindow;
|
||||
class CharacterBitmap;
|
||||
class GraphicsBitmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue