diff options
| author | Michael <[email protected]> | 2017-05-12 20:32:28 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-12 20:32:28 -0400 |
| commit | c18c0fbc325b1c6a0864f88c6e2f4d2889d62e18 (patch) | |
| tree | 1688b7c14f37fc0942e3b2c71a133aed3b9eee0e /ShiftOS.WinForms/Program.cs | |
| parent | bded9d1250575e6b9824be9048ac7ac8669a303b (diff) | |
| download | shiftos_thereturn-c18c0fbc325b1c6a0864f88c6e2f4d2889d62e18.tar.gz shiftos_thereturn-c18c0fbc325b1c6a0864f88c6e2f4d2889d62e18.tar.bz2 shiftos_thereturn-c18c0fbc325b1c6a0864f88c6e2f4d2889d62e18.zip | |
dithering revamp
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
| -rw-r--r-- | ShiftOS.WinForms/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index 256894d..73215d4 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -49,6 +49,7 @@ namespace ShiftOS.WinForms Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //if ANYONE puts code before those two winforms config lines they will be declared a drunky. - Michael + SkinEngine.SetPostProcessor(new DitheringSkinPostProcessor()); SaveSystem.PreDigitalSocietyConnection += () => { Action completed = null; |
