mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Taskbar: Plumb window active state from the WindowServer to the taskbar.
This commit is contained in:
parent
19eb814850
commit
7b1384c4ef
11 changed files with 70 additions and 29 deletions
|
@ -110,6 +110,7 @@ struct WSAPI_ServerMessage {
|
|||
int client_id;
|
||||
int window_id;
|
||||
WSAPI_Rect rect;
|
||||
bool is_active;
|
||||
} wm;
|
||||
struct {
|
||||
WSAPI_Rect rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue