From 98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Wed, 6 Jul 2016 18:32:19 -0400 Subject: Added DEF events for unity toggle and desktop panel draw. Also this is the first REAL AppVeyor build test. --- source/WindowsFormsApplication1/API.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/API.cs') diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index 2fe6126..4199223 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -83,7 +83,9 @@ namespace ShiftOS public class API { public static Dictionary OpenGUIDs = new Dictionary(); - + public static Dictionary DEF_PanelGUIDs = new Dictionary(); + + /// /// Settings file. /// -- cgit v1.2.3