diff options
| author | Michael <[email protected]> | 2017-07-03 22:03:58 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-03 22:03:58 -0400 |
| commit | d23c5cc29dc47537d1cf6069f27009750fd80919 (patch) | |
| tree | 971c8db7c7ef08c5efa1d867b98bfc01b2096f97 /ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | |
| parent | 23e622ffc37fa7b2f5c21378b60912af46289575 (diff) | |
| download | shiftos_thereturn-d23c5cc29dc47537d1cf6069f27009750fd80919.tar.gz shiftos_thereturn-d23c5cc29dc47537d1cf6069f27009750fd80919.tar.bz2 shiftos_thereturn-d23c5cc29dc47537d1cf6069f27009750fd80919.zip | |
HELP ME. I can't get autoscroll working in terminall.
Diffstat (limited to 'ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs')
| -rw-r--r-- | ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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<Action> CrossThreadOperations = new Queue<Action>(); + public static void DrawBackgroundLayer(GraphicsDevice graphics, SpriteBatch batch, int width, int height) { if (SkinEngine.LoadedSkin == null) |
