mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Taskbar: Only include "Normal" windows in the taskbar window list.
This commit is contained in:
parent
82b02ed82b
commit
64a5abf8db
10 changed files with 70 additions and 16 deletions
|
@ -23,6 +23,8 @@ struct WSAPI_Rect {
|
|||
enum WSAPI_WindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
Menu,
|
||||
WindowSwitcher,
|
||||
Taskbar,
|
||||
};
|
||||
|
||||
|
@ -111,6 +113,7 @@ struct WSAPI_ServerMessage {
|
|||
int window_id;
|
||||
WSAPI_Rect rect;
|
||||
bool is_active;
|
||||
WSAPI_WindowType window_type;
|
||||
} wm;
|
||||
struct {
|
||||
WSAPI_Rect rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue