From 762bd11cdf023e5340197b1a1438b5212f360a7d Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 19 Feb 2017 13:47:51 -0500 Subject: Kill experience shifter. Now all we need is a Lua->SFT compiler (not that hard) and then we can generate 0:/system/kernel.sft and have whatever's in there run at startup. --- ShiftOS_TheReturn/Desktop.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ShiftOS_TheReturn/Desktop.cs') diff --git a/ShiftOS_TheReturn/Desktop.cs b/ShiftOS_TheReturn/Desktop.cs index 86d2099..256ab09 100644 --- a/ShiftOS_TheReturn/Desktop.cs +++ b/ShiftOS_TheReturn/Desktop.cs @@ -100,6 +100,14 @@ namespace ShiftOS.Engine } } + public static IDesktop CurrentDesktop + { + get + { + return _desktop; + } + } + public static void Init(IDesktop desk, bool show = false) { IDesktop deskToClose = null; -- cgit v1.2.3