mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
WindowServer: Add a window switcher.
This needs some work on the window ordering and things like that, but it works quite nicely as a starting point. The keyboard shortcut is Logo+Tab. :^)
This commit is contained in:
parent
483e0a5526
commit
5c27e74fac
7 changed files with 277 additions and 50 deletions
|
@ -33,6 +33,8 @@ public:
|
|||
int width() const { return m_rect.width(); }
|
||||
int height() const { return m_rect.height(); }
|
||||
|
||||
bool is_active() const;
|
||||
|
||||
bool is_visible() const { return m_visible; }
|
||||
void set_visible(bool);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue