feat: screenshot app improvement, WIndow Server supports full-screen overlay, Disks app UI improvements

This commit is contained in:
2026-05-10 10:45:05 +02:00
parent 69fc184a4e
commit 72e4fa080a
29 changed files with 1483 additions and 395 deletions
+2 -2
View File
@@ -267,8 +267,8 @@ rpgdemo: libc
doom: libc
$(MAKE) -C src/doom
# Build screenshot tool (depends on libc and libjpegwrite).
screenshot: libc libjpegwrite
# Build screenshot tool (depends on libc, libjpegwrite, libloader, and libdialogs).
screenshot: libc libjpegwrite libloader dialogs
$(MAKE) -C src/screenshot
# Build TCC (Tiny C Compiler) via its own Makefile (depends on libc).