mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Make it possible to invalidate only a portion of a window.
Use this in Terminal to only invalidate rows where anything changed.
This commit is contained in:
parent
9d7da26b4e
commit
dff70021ab
Notes:
sideshowbarker
2024-07-19 16:00:37 +09:00
Author: https://github.com/awesomekling
Commit: dff70021ab
15 changed files with 91 additions and 15 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
void draw_cursor();
|
||||
|
||||
void invalidate(const WSWindow&);
|
||||
void invalidate(const WSWindow&, const Rect&);
|
||||
void invalidate(const Rect&);
|
||||
void invalidate();
|
||||
void flush(const Rect&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue