mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Taskbar: Show minimized window titles in [brackets].
Had to plumb the minimization state from WindowServer to Toolbar in order to implement this.
This commit is contained in:
parent
74142d78c1
commit
ef9fbef4c6
9 changed files with 35 additions and 7 deletions
|
@ -112,6 +112,7 @@ struct WSAPI_ServerMessage {
|
|||
int window_id;
|
||||
WSAPI_Rect rect;
|
||||
bool is_active;
|
||||
bool is_minimized;
|
||||
WSAPI_WindowType window_type;
|
||||
} wm;
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue