feat: common TLS library, weather app, UI scaling fix in Window Server, and more

This commit is contained in:
2026-02-21 13:06:53 +01:00
parent 2130334779
commit 4a1d62c337
31 changed files with 1440 additions and 1048 deletions
+2
View File
@@ -40,5 +40,7 @@ namespace WinServer {
int Resize(int windowId, int callerPid, uint64_t ownerPml4, int newW, int newH,
uint64_t& heapNext, uint64_t& outVa);
void CleanupProcess(int pid);
int SetScale(int scale);
int GetScale();
}