Xserver - start dummy service, so OS won't kill us

This commit is contained in:
pelya
2014-02-23 20:37:49 +02:00
parent 6691181f21
commit e82df3c78f
6 changed files with 81 additions and 42 deletions

View File

@@ -46,6 +46,7 @@ class Globals
public static boolean HorizontalOrientation = true;
public static boolean KeepAspectRatioDefaultSetting = false;
public static boolean InhibitSuspend = false;
public static boolean CreateService = false;
public static String ReadmeText = "^You may press \"Home\" now - the data will be downloaded in background".replace("^","\n");
public static String CommandLine = "";
public static boolean AppUsesMouse = false;