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

Disable the WrchV stuff in public CVS because that needs a lot more testing...

Disable the WrchV stuff in public CVS because that needs a lot more testing than it's had up to now.

Version 0.02. Tagged as 'BootFX-0_02'
parent 80b8feb2
/* (0.01)
/* (0.02)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.01
#define Module_MajorVersion_CMHG 0.02
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Sep 2012
#define Module_Date_CMHG 03 Sep 2012
#define Module_MajorVersion "0.01"
#define Module_Version 1
#define Module_MajorVersion "0.02"
#define Module_Version 2
#define Module_MinorVersion ""
#define Module_Date "02 Sep 2012"
#define Module_Date "03 Sep 2012"
#define Module_ApplicationDate "02-Sep-12"
#define Module_ApplicationDate "03-Sep-12"
#define Module_ComponentName "BootFX"
#define Module_ComponentPath "bsd/RiscOS/Sources/Video/UserI/BootFX"
#define Module_FullVersion "0.01"
#define Module_HelpVersion "0.01 (02 Sep 2012)"
#define Module_LibraryVersionInfo "0:1"
#define Module_FullVersion "0.02"
#define Module_HelpVersion "0.02 (03 Sep 2012)"
#define Module_LibraryVersionInfo "0:2"
......@@ -396,11 +396,14 @@ static _kernel_oserror *set_text_window(void)
static _kernel_oserror *claim_wrchv(void)
{
/* TODO: this bit needs a lot more testing, so disable it for now... */
#if 0
if (!claimed_wrchv)
{
ERR(_swix(OS_Claim, _INR(0,2), WrchV, &oswrchv_entry, Workspace));
claimed_wrchv = true;
}
#endif
return NULL;
}
......
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