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:
Andreas Kling 2019-01-18 04:37:49 +01:00
commit dff70021ab
Notes: sideshowbarker 2024-07-19 16:00:37 +09:00
15 changed files with 91 additions and 15 deletions

View file

@ -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&);