#pragma once // Keep this in sync with GWindowType. enum class WSWindowType { Invalid = 0, Normal, Menu, WindowSwitcher, Taskbar, Tooltip, Menubar, Launcher, };