Commit Graph

10 Commits

Author SHA1 Message Date
570b9464c6
wind: Handle CreateWindow IPC messages 2023-08-22 11:54:19 +02:00
63c8f4131f
wind: Monitor data on client connections 2023-08-22 11:54:19 +02:00
a281a35806
wind: Use init --user and pledge() 2023-08-22 11:54:18 +02:00
4da16c1eaa
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-22 11:54:18 +02:00
e6ef86e620
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-22 11:54:18 +02:00
290f391ea9
wind: Generate random windows on keypresses 2023-08-22 11:54:17 +02:00
ec5fad5b21
wind: Add window titlebars using ui::Font 2023-08-22 11:54:15 +02:00
f3e73b241e
libui+wind: (Draggable) windows 2023-08-22 11:54:13 +02:00
505551e349
wind: Create a local server object 2023-08-22 11:54:13 +02:00
221fa360b3
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-22 11:54:12 +02:00