mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 03:27:15 +02:00
This keeps it out of the taskbar window list. The stacking order is a little gnarly, but it seems to work OK still.
14 lines
194 B
C
14 lines
194 B
C
#pragma once
|
|
|
|
// Keep this in sync with WSWindowType.
|
|
enum class GWindowType {
|
|
Invalid = 0,
|
|
Normal,
|
|
Menu,
|
|
WindowSwitcher,
|
|
Taskbar,
|
|
Tooltip,
|
|
Menubar,
|
|
Launcher,
|
|
};
|