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
F
FileSys
CDFS
CDFSFiler
Commits
620dfcf4
Commit
620dfcf4
authored
Nov 08, 2002
by
Ben Avison
Browse files
Optimisation to dragging of volume slider - reduces flicker.
Retagged as 'CDFSFiler-2_43'
parent
9b307573
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
s/CDFSFiler
s/CDFSFiler
+8
-0
No files found.
s/CDFSFiler
View file @
620dfcf4
...
...
@@ -250,6 +250,7 @@ sharewindrive # 4 ; the disc name block of the share window
volumewindrive
#
4
; the disc name block of the volume window
dragging
#
4
; flag to say whether we're dragging the volume bar
draggingvolume
#
4
; for optimisation when dragging
; ---------------------------
cd_namedisc
#
4
; for indirect data
...
...
@@ -1106,6 +1107,8 @@ event_volume_window_click
BEQ
event_volume_cancel
TEQ
r4
,
#
VOLUME__DRAW_BAR
MOVEQ
r14
,
#
&80000000
STREQ
r14
,
draggingvolume
BEQ
event_volume_bar
EXIT
...
...
@@ -1233,6 +1236,11 @@ event_volume_bar
MOVGE
r4
,
#
&ffffffff
MOVGE
r4
,
r4
,
LSR
#
16
LDR
r14
,
draggingvolume
TEQ
r4
,
r14
EXIT
EQ
STR
r4
,
draggingvolume
LDR
r0
,
CurrentVolumeDrive
MOV
r1
,
r4
BL
set_volume_level
...
...
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