Commit 8d97b4f3 authored by Robert Sprowson's avatar Robert Sprowson Committed by ROOL
Browse files

Support WimpVisualFlag for no icon bar border

Ensure the backdrop extends all the way down to the top of the icon bar
when it has no border.

Version 1.07. Tagged as 'Pinboard-1_07'
No related merge requests found
......@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
Module_MajorVersion SETS "1.06"
Module_Version SETA 106
Module_MajorVersion SETS "1.07"
Module_Version SETA 107
Module_MinorVersion SETS ""
Module_Date SETS "23 Jan 2023"
Module_ApplicationDate SETS "23-Jan-23"
Module_Date SETS "24 Jun 2023"
Module_ApplicationDate SETS "24-Jun-23"
Module_ComponentName SETS "Pinboard"
Module_FullVersion SETS "1.06"
Module_HelpVersion SETS "1.06 (23 Jan 2023)"
Module_FullVersion SETS "1.07"
Module_HelpVersion SETS "1.07 (24 Jun 2023)"
END
/* (1.06)
/* (1.07)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.06
#define Module_MajorVersion_CMHG 1.07
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 23 Jan 2023
#define Module_Date_CMHG 24 Jun 2023
#define Module_MajorVersion "1.06"
#define Module_Version 106
#define Module_MajorVersion "1.07"
#define Module_Version 107
#define Module_MinorVersion ""
#define Module_Date "23 Jan 2023"
#define Module_Date "24 Jun 2023"
#define Module_ApplicationDate "23-Jan-23"
#define Module_ApplicationDate "24-Jun-23"
#define Module_ComponentName "Pinboard"
#define Module_FullVersion "1.06"
#define Module_HelpVersion "1.06 (23 Jan 2023)"
#define Module_LibraryVersionInfo "1:6"
#define Module_FullVersion "1.07"
#define Module_HelpVersion "1.07 (24 Jun 2023)"
#define Module_LibraryVersionInfo "1:7"
......@@ -128,6 +128,13 @@ set_icon_bar_height
[ noiconbar
MOV r0, #0
|
MOV r0, #WimpSysInfo_ThreeDFlags
SWI XWimp_ReadSysInfo
MOVVS r0, #0 ; Old Wimp
TST r0, #1:SHL:9 ; NoIconBarBorder
MOVNE r0, #default_icon_bar_height
BNE %FT10
MOV r0, #-1 ; Get YEig for current mode
MOV r1, #VduExt_YEigFactor
SWI XOS_ReadModeVariable
......
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