From d23c5cc29dc47537d1cf6069f27009750fd80919 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Jul 2017 22:03:58 -0400 Subject: HELP ME. I can't get autoscroll working in terminall. --- ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS.Frontend/GraphicsSubsystem') diff --git a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs index 046e53c..bb62ea4 100644 --- a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs +++ b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs @@ -85,6 +85,8 @@ namespace ShiftOS.Frontend.GraphicsSubsystem private static Texture2D DesktopBackground = null; + public static Queue CrossThreadOperations = new Queue(); + public static void DrawBackgroundLayer(GraphicsDevice graphics, SpriteBatch batch, int width, int height) { if (SkinEngine.LoadedSkin == null) -- cgit v1.2.3