Commit 7c2e4e96 authored by Steve Revill's avatar Steve Revill
Browse files

Reverted the BootFX bodge now theming is better understood.

The BootFX:PreDesk file is no longer required now it's clear that
the splash screen stuff can't really be themed due to where various
things happen in the boot sequence.

Version 1.11. Tagged as 'Boot-1_11'
parent 58e9da1d
......@@ -8,7 +8,6 @@ RMEnsure BootCommands 1.30 Error This !Boot structure requires BootCommands vers
Set Boot$ProgressLoad -progress 0,50
Set Boot$ProgressRun -progress 50,50
RMEnsure BootCommands 1.44 Unset Boot$Progress*
X Run BootFX:PreDesk
If Boot$OSVersion < 350 Then RMEnsure CMOSUtils 0.00 RMLoad System:Modules.CMOSUtils
If Boot$OSVersion < 500 Then RMEnsure AppPatcher 0.00 X RMLoad System:Modules.PatchApp
......
/* (1.10)
/* (1.11)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.10
#define Module_MajorVersion_CMHG 1.11
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Oct 2012
#define Module_Date_CMHG 08 Oct 2012
#define Module_MajorVersion "1.10"
#define Module_Version 110
#define Module_MajorVersion "1.11"
#define Module_Version 111
#define Module_MinorVersion ""
#define Module_Date "06 Oct 2012"
#define Module_Date "08 Oct 2012"
#define Module_ApplicationDate "06-Oct-12"
#define Module_ApplicationDate "08-Oct-12"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.10"
#define Module_HelpVersion "1.10 (06 Oct 2012)"
#define Module_LibraryVersionInfo "1:10"
#define Module_FullVersion "1.11"
#define Module_HelpVersion "1.11 (08 Oct 2012)"
#define Module_LibraryVersionInfo "1:11"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment