Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Desktop
Filter
Commits
279d6cb0
Commit
279d6cb0
authored
Jan 10, 2012
by
Robert Sprowson
Browse files
Bring the 'Unknown filter' message back in ADR range for 32 bit builds.
Version 0.26. Tagged as 'Filter-0_26'
parent
b9d64095
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
22 deletions
+21
-22
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/SWIS
s/SWIS
+5
-6
No files found.
VersionASM
View file @
279d6cb0
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.2
5
"
Module_Version SETA 2
5
Module_MajorVersion SETS "0.2
6
"
Module_Version SETA 2
6
Module_MinorVersion SETS ""
Module_Date SETS "0
9
Jan 2012"
Module_ApplicationDate SETS "0
9
-Jan-12"
Module_Date SETS "
1
0 Jan 2012"
Module_ApplicationDate SETS "
1
0-Jan-12"
Module_ComponentName SETS "Filter"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Filter"
Module_FullVersion SETS "0.2
5
"
Module_HelpVersion SETS "0.2
5
(0
9
Jan 2012)"
Module_FullVersion SETS "0.2
6
"
Module_HelpVersion SETS "0.2
6
(
1
0 Jan 2012)"
END
VersionNum
View file @
279d6cb0
/* (0.2
5
)
/* (0.2
6
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.2
5
#define Module_MajorVersion_CMHG 0.2
6
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
9
Jan 2012
#define Module_Date_CMHG
1
0 Jan 2012
#define Module_MajorVersion "0.2
5
"
#define Module_Version 2
5
#define Module_MajorVersion "0.2
6
"
#define Module_Version 2
6
#define Module_MinorVersion ""
#define Module_Date "0
9
Jan 2012"
#define Module_Date "
1
0 Jan 2012"
#define Module_ApplicationDate "0
9
-Jan-12"
#define Module_ApplicationDate "
1
0-Jan-12"
#define Module_ComponentName "Filter"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Filter"
#define Module_FullVersion "0.2
5
"
#define Module_HelpVersion "0.2
5
(0
9
Jan 2012)"
#define Module_LibraryVersionInfo "0:2
5
"
#define Module_FullVersion "0.2
6
"
#define Module_HelpVersion "0.2
6
(
1
0 Jan 2012)"
#define Module_LibraryVersionInfo "0:2
6
"
s/SWIS
View file @
279d6cb0
...
...
@@ -350,7 +350,6 @@ SWIFilter_DeRegisterPreFilter
Pull
"r1-r4,LR"
RETURNVS
;;--------------------------------------------------------------------------
;; Filter_DeRegisterPostFilter
;;
...
...
@@ -423,11 +422,6 @@ SWIFilter_DeRegisterPostFilter
Pull
"r1-r4,LR"
RETURNVS
ErrorBlock_UnknownFilter
DCD
0
DCB
"UnkF"
,
0
ALIGN
;;--------------------------------------------------------------------------
;; Filter_RegisterRectFilter
;;
...
...
@@ -509,6 +503,11 @@ SWIFilter_RegisterRectFilter
Pull
"r0-r3,LR"
RETURNVS
ErrorBlock_UnknownFilter
DCD
0
DCB
"UnkF"
,
0
ALIGN
;;--------------------------------------------------------------------------
;; Filter_RegisterCopyFilter
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment