diff options
| author | Michael <[email protected]> | 2017-07-04 09:52:49 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-04 09:52:49 -0400 |
| commit | 3e65bf26fd69ed5cd9ed9c49b20ab5182c098430 (patch) | |
| tree | 4f3b0d26fba385bf6080db01ccfaa9bc73345276 /ShiftOS.Frontend/GraphicsSubsystem | |
| parent | d23c5cc29dc47537d1cf6069f27009750fd80919 (diff) | |
| download | shiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.tar.gz shiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.tar.bz2 shiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.zip | |
Port over the Terminal
Diffstat (limited to 'ShiftOS.Frontend/GraphicsSubsystem')
| -rw-r--r-- | ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs index bb62ea4..b87dd32 100644 --- a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs +++ b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs @@ -16,7 +16,7 @@ namespace ShiftOS.Frontend.GraphicsSubsystem public static class UIManager { private static List<GUI.Control> topLevels = new List<GUI.Control>(); - + public static System.Drawing.Size Viewport { get; set; } public static GUI.Control FocusedControl = null; public static void LayoutUpdate() |
