summaryrefslogtreecommitdiff
path: root/userland/windowserver/ws.c
AgeCommit message (Collapse)Author
2023-10-23WindowServer: Make the wallpaper be stored in a shared memory region.Anton Kling
This allow other processes to easily modify the wallpaper by opening the memory region and poking into memory.
2023-10-23WindowServer: Launch a new terminal by pressing ALT+nAnton Kling
2023-10-22Move everything into a new repo.Anton Kling