From 7cb4df1f2e2e2e9db245c11d6f96a60eb228ae51 Mon Sep 17 00:00:00 2001
From: Steve Revill <srevill@gitlab.riscosopen.org>
Date: Mon, 3 Sep 2012 21:42:45 +0000
Subject: [PATCH] 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'
---
 VersionNum | 20 ++++++++++----------
 c/bootfx   |  3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/VersionNum b/VersionNum
index 2463a5c..de88df1 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (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"
diff --git a/c/bootfx b/c/bootfx
index 2bf2d7a..3ce6c46 100644
--- a/c/bootfx
+++ b/c/bootfx
@@ -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;
 }
 
-- 
GitLab