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
f828611b
Commit
f828611b
authored
10 years ago
by
John Ballance
Browse files
Options
Download
Email Patches
Plain Diff
Corrected 'interlaced:' to 'interlaced'
Detail: Admin: Version 0.42. Tagged as 'ScrModes-0_42'
parent
36800dfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
VersionNum
VersionNum
+10
-10
c/ScrModes
c/ScrModes
+1
-1
No files found.
VersionNum
View file @
f828611b
/* (0.4
1
)
/* (0.4
2
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
* Last processed by srccommit version: 1.1.
*
*
*/
*/
#define Module_MajorVersion_CMHG 0.4
1
#define Module_MajorVersion_CMHG 0.4
2
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
1
Feb 2015
#define Module_Date_CMHG 1
2
Feb 2015
#define Module_MajorVersion "0.4
1
"
#define Module_MajorVersion "0.4
2
"
#define Module_Version 4
1
#define Module_Version 4
2
#define Module_MinorVersion ""
#define Module_MinorVersion ""
#define Module_Date "1
1
Feb 2015"
#define Module_Date "1
2
Feb 2015"
#define Module_ApplicationDate "1
1
-Feb-15"
#define Module_ApplicationDate "1
2
-Feb-15"
#define Module_ComponentName "ScrModes"
#define Module_ComponentName "ScrModes"
#define Module_ComponentPath "castle/RiscOS/Sources/Video/UserI/ScrModes"
#define Module_ComponentPath "castle/RiscOS/Sources/Video/UserI/ScrModes"
#define Module_FullVersion "0.4
1
"
#define Module_FullVersion "0.4
2
"
#define Module_HelpVersion "0.4
1
(1
1
Feb 2015)"
#define Module_HelpVersion "0.4
2
(1
2
Feb 2015)"
#define Module_LibraryVersionInfo "0:4
1
"
#define Module_LibraryVersionInfo "0:4
2
"
This diff is collapsed.
Click to expand it.
c/ScrModes
View file @
f828611b
...
@@ -2585,7 +2585,7 @@ static _kernel_oserror *parseedid(char *ediddata, FILE *f)
...
@@ -2585,7 +2585,7 @@ static _kernel_oserror *parseedid(char *ediddata, FILE *f)
fprintf
(
f
,
"
\n
v_timings:%d,%d,%d,%d,%d,%d"
,
this
->
definition
.
vpar
[
0
],
this
->
definition
.
vpar
[
1
],
this
->
definition
.
vpar
[
2
],
this
->
definition
.
vpar
[
3
],
this
->
definition
.
vpar
[
4
],
this
->
definition
.
vpar
[
5
]);
fprintf
(
f
,
"
\n
v_timings:%d,%d,%d,%d,%d,%d"
,
this
->
definition
.
vpar
[
0
],
this
->
definition
.
vpar
[
1
],
this
->
definition
.
vpar
[
2
],
this
->
definition
.
vpar
[
3
],
this
->
definition
.
vpar
[
4
],
this
->
definition
.
vpar
[
5
]);
fprintf
(
f
,
"
\n
sync_pol:%d"
,
this
->
definition
.
syncpol
);
fprintf
(
f
,
"
\n
sync_pol:%d"
,
this
->
definition
.
syncpol
);
if
(
this
->
definition
.
interlaced
==
1
)
{
if
(
this
->
definition
.
interlaced
==
1
)
{
fprintf
(
f
,
"
\n
interlaced
:
"
);
fprintf
(
f
,
"
\n
interlaced"
);
}
}
fprintf
(
f
,
"
\n
EndMode
\n
"
);
fprintf
(
f
,
"
\n
EndMode
\n
"
);
this
=
this
->
next
;
/* will be NULL at list end*/
this
=
this
->
next
;
/* will be NULL at list end*/
...
...
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