Commit d803824b authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Use the right setting for WimpIconiseButton

Detail:
  s/NewReset - WimpIconiseButton is bit 7 of WimpDragMoveLimitCMOS, not bit 2
Admin:
  Tested on Raspberry Pi


Version 5.35, 4.79.2.172. Tagged as 'Kernel-5_35-4_79_2_172'
parent 276a05dd
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.171"
Module_Date SETS "08 Oct 2012"
Module_ApplicationDate SETS "08-Oct-12"
Module_MinorVersion SETS "4.79.2.172"
Module_Date SETS "10 Oct 2012"
Module_ApplicationDate SETS "10-Oct-12"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.171)"
Module_HelpVersion SETS "5.35 (08 Oct 2012) 4.79.2.171"
Module_FullVersion SETS "5.35 (4.79.2.172)"
Module_HelpVersion SETS "5.35 (10 Oct 2012) 4.79.2.172"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.171
#define Module_Date_CMHG 08 Oct 2012
#define Module_MinorVersion_CMHG 4.79.2.172
#define Module_Date_CMHG 10 Oct 2012
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.171"
#define Module_Date "08 Oct 2012"
#define Module_MinorVersion "4.79.2.172"
#define Module_Date "10 Oct 2012"
#define Module_ApplicationDate "08-Oct-12"
#define Module_ApplicationDate "10-Oct-12"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.171)"
#define Module_HelpVersion "5.35 (08 Oct 2012) 4.79.2.171"
#define Module_FullVersion "5.35 (4.79.2.172)"
#define Module_HelpVersion "5.35 (10 Oct 2012) 4.79.2.172"
#define Module_LibraryVersionInfo "5:35"
......@@ -1155,7 +1155,7 @@ DefaultCMOSTable ; list of non-zero options wanted :
[ M_CortexA8 :LOR: M_CortexA9 :LOR: M_ARM11ZF
= CDROMFSCMOS, &C0 ; drives = 0, buffer size = 256K
= NetworkFlags, LanManFStransport ; LMTransport is NetBIOS over IP
= WimpDragMoveLimitCMOS, (1:SHL:2) ; WimpIconiseButton
= WimpDragMoveLimitCMOS, (1:SHL:7) ; WimpIconiseButton
= SparrowMarker, FreewayNoAutoAddress ; Stop Freeway assigning addresses to interfaces
|
= CDROMFSCMOS, &C1 ; drives = 1, buffer size = 256K
......
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