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
Free
Commits
e497af90
Commit
e497af90
authored
Nov 26, 2002
by
Ben Avison
Browse files
No longer opens its windows overlapping with the icon bar.
Version 0.39. Tagged as 'Free-0_39'
parent
538ca7ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
16 deletions
+25
-16
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/StartLoop
s/StartLoop
+9
-0
No files found.
VersionASM
View file @
e497af90
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.3
8
"
Module_Version SETA 3
8
Module_MajorVersion SETS "0.3
9
"
Module_Version SETA 3
9
Module_MinorVersion SETS ""
Module_Date SETS "2
2
Nov 2002"
Module_ApplicationDate SETS "2
2
-Nov-02"
Module_Date SETS "2
6
Nov 2002"
Module_ApplicationDate SETS "2
6
-Nov-02"
Module_ComponentName SETS "Free"
Module_ComponentPath SETS "RiscOS/Sources/Desktop/Free"
Module_FullVersion SETS "0.3
8
"
Module_HelpVersion SETS "0.3
8
(2
2
Nov 2002)"
Module_FullVersion SETS "0.3
9
"
Module_HelpVersion SETS "0.3
9
(2
6
Nov 2002)"
END
VersionNum
View file @
e497af90
/* (0.3
8
)
/* (0.3
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
*
*/
#define Module_MajorVersion_CMHG 0.3
8
#define Module_MajorVersion_CMHG 0.3
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 2
2
Nov 2002
#define Module_Date_CMHG 2
6
Nov 2002
#define Module_MajorVersion "0.3
8
"
#define Module_Version 3
8
#define Module_MajorVersion "0.3
9
"
#define Module_Version 3
9
#define Module_MinorVersion ""
#define Module_Date "2
2
Nov 2002"
#define Module_Date "2
6
Nov 2002"
#define Module_ApplicationDate "2
2
-Nov-02"
#define Module_ApplicationDate "2
6
-Nov-02"
#define Module_ComponentName "Free"
#define Module_ComponentPath "RiscOS/Sources/Desktop/Free"
#define Module_FullVersion "0.3
8
"
#define Module_HelpVersion "0.3
8
(2
2
Nov 2002)"
#define Module_LibraryVersionInfo "0:3
8
"
#define Module_FullVersion "0.3
9
"
#define Module_HelpVersion "0.3
9
(2
6
Nov 2002)"
#define Module_LibraryVersionInfo "0:3
9
"
s/StartLoop
View file @
e497af90
...
...
@@ -340,6 +340,15 @@ updatelp1
SUB
r4
,
r4
,
r3
LDR
r0
,[
r1
,#
4
]
SUB
r3
,
r0
,
r4
,
LSR
#
1
; Mouse pos - 1/2 window size
[
{TRUE}
MOV
r0
,#-
2
STR
r0
,[
r1
]
SWI
XWimp_GetWindowState
LDR
r0
,[
r1
,#
16
]
; top of icon bar
ADD
r0
,
r0
,#
4
CMP
r3
,
r0
MOVLT
r3
,
r0
; ensure we're clear of the icon bar
]
ADD
r4
,
r4
,
r3
STR
r3
,[
r2
,#
w_way0
]
STR
r4
,[
r2
,#
w_way1
]
...
...
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