diff --git a/BuildTime.txt b/BuildTime.txt index 9261a62..c16ded6 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-03-24 17:20:32 \ No newline at end of file +2026-03-24 17:25:50 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index b818dee..88d8b17 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -78ebe0c \ No newline at end of file +5fd826a \ No newline at end of file diff --git a/Gui/Gui.cs b/Gui/Gui.cs index beb6dd7..b296953 100644 --- a/Gui/Gui.cs +++ b/Gui/Gui.cs @@ -17,7 +17,6 @@ using CMLeonOS; using CMLeonOS.Logger; using System; -using System.Threading; namespace CMLeonOS.Gui { @@ -50,7 +49,6 @@ namespace CMLeonOS.Gui } Console.WriteLine("Loading apps..."); - Thread.Sleep(1000); AppManager.LoadAllApps(); ProcessManager.AddProcess(windowManager); @@ -81,7 +79,6 @@ namespace CMLeonOS.Gui while (guiRunning) { ProcessManager.Yield(); - System.Threading.Thread.Sleep(1); } } diff --git a/Gui/WindowManager.cs b/Gui/WindowManager.cs index a466376..e382f67 100644 --- a/Gui/WindowManager.cs +++ b/Gui/WindowManager.cs @@ -444,6 +444,7 @@ namespace CMLeonOS.Gui if (bufferModified) { driver.DoubleBufferUpdate(); + bufferModified = false; } UpdateCursor();