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
V
Video
UserI
ScrModes
Commits
a7cd20c1
Commit
a7cd20c1
authored
5 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Move former ControlList_Interlaced item into SyncPol flags
Requires Kernel-6_21. Version 0.73. Tagged as 'ScrModes-0_73'
parent
b613fdbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
19 deletions
+14
-19
VersionNum
VersionNum
+10
-12
c/ScrModes
c/ScrModes
+4
-7
No files found.
VersionNum
View file @
a7cd20c1
/* (0.7
2
)
/* (0.7
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.7
2
#define Module_MajorVersion_CMHG 0.7
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Nov
201
8
#define Module_Date_CMHG
02 Jul
201
9
#define Module_MajorVersion "0.7
2
"
#define Module_Version 7
2
#define Module_MajorVersion "0.7
3
"
#define Module_Version 7
3
#define Module_MinorVersion ""
#define Module_Date "
29 Nov
201
8
"
#define Module_Date "
02 Jul
201
9
"
#define Module_ApplicationDate "
29-Nov
-1
8
"
#define Module_ApplicationDate "
02-Jul
-1
9
"
#define Module_ComponentName "ScrModes"
#define Module_ComponentPath "apache/RiscOS/Sources/Video/UserI/ScrModes"
#define Module_FullVersion "0.7
2
"
#define Module_HelpVersion "0.7
2
(
29 Nov
201
8
)"
#define Module_LibraryVersionInfo "0:7
2
"
#define Module_FullVersion "0.7
3
"
#define Module_HelpVersion "0.7
3
(
02 Jul
201
9
)"
#define Module_LibraryVersionInfo "0:7
3
"
This diff is collapsed.
Click to expand it.
c/ScrModes
View file @
a7cd20c1
...
...
@@ -631,6 +631,10 @@ static int build_a_vidclist(VIDCListRef vp, ModeDescriptionRef mp, const PixelFo
}
vp
->
pixelrate
=
mp
->
definition
.
timings
.
pixel_khz
;
vp
->
syncpol
=
mp
->
definition
.
timings
.
syncpol
;
if
(
mp
->
definition
.
timings
.
interlaced
)
{
vp
->
syncpol
|=
SyncPol_Interlace
|
SyncPol_InterlaceFields
;
}
/* Only specify ModeFlags & NColour if necessary? */
if
(
!
is_old_format
(
pf
))
...
...
@@ -680,13 +684,6 @@ static int build_a_vidclist(VIDCListRef vp, ModeDescriptionRef mp, const PixelFo
ctrllistpos
++
;
}
if
(
mp
->
definition
.
timings
.
interlaced
)
{
vp
->
vcparam
[
ctrllistpos
].
index
=
ControlList_Interlaced
;
vp
->
vcparam
[
ctrllistpos
].
value
=
1
;
ctrllistpos
++
;
}
if
(
current_monitor
->
output_format
!=
-
1
)
{
vp
->
vcparam
[
ctrllistpos
].
index
=
ControlList_OutputFormat
;
...
...
This diff is collapsed.
Click to expand it.
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