mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
Let the WindowManager track the active window.
We draw the active window in a different color, obviously. :^)
This commit is contained in:
parent
560405667e
commit
44a32039be
4 changed files with 63 additions and 12 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
|
||||
void repaint();
|
||||
|
||||
bool isActive() const;
|
||||
|
||||
private:
|
||||
String m_title;
|
||||
Rect m_rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue