mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +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
9
LibGUI/GWindowType.h
Normal file
9
LibGUI/GWindowType.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
enum class GWindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
Menu,
|
||||
WindowSwitcher,
|
||||
Taskbar,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue