summaryrefslogtreecommitdiff
path: root/WindowServer/WSWindowType.h
AgeCommit message (Collapse)Author
2019-03-20Move WindowServer into Servers.Andreas Kling
2019-03-06WindowServer: Let the window switcher render itself as a WSWindow.Andreas Kling
Much better than drawing directly into the back buffer.
2019-02-12WindowServer: Add a WSWindowType enum.Andreas Kling
So far there's only Normal and Menu. Maybe we'll need more later.