1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 02:27:37 +00:00
serenity/WindowServer/WSWindowType.h
Andreas Kling b85fe0bd07 WindowServer: Let the window switcher render itself as a WSWindow.
Much better than drawing directly into the back buffer.
2019-03-06 10:03:10 +01:00

8 lines
102 B
C

#pragma once
enum class WSWindowType {
Invalid = 0,
Normal,
Menu,
WindowSwitcher,
};