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
Render
DrawFile
Commits
65dc6d3d
Commit
65dc6d3d
authored
Oct 17, 2008
by
Ben Avison
Browse files
Renamed symbols in order to build with OSLib 6.90.
Version 1.53. Tagged as 'DrawFile-1_53'
parent
67ab4dd1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
VersionNum
VersionNum
+11
-11
c/render
c/render
+3
-3
c/textarea
c/textarea
+1
-1
No files found.
VersionNum
View file @
65dc6d3d
/* (1.5
2
)
/* (1.5
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.
68
.
* Last processed by srccommit version: 1.
1
.
*
*/
#define Module_MajorVersion_CMHG 1.5
2
#define Module_MajorVersion_CMHG 1.5
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
22 Nov
200
2
#define Module_Date_CMHG
17 Oct
200
8
#define Module_MajorVersion "1.5
2
"
#define Module_Version 15
2
#define Module_MajorVersion "1.5
3
"
#define Module_Version 15
3
#define Module_MinorVersion ""
#define Module_Date "
22 Nov
200
2
"
#define Module_Date "
17 Oct
200
8
"
#define Module_ApplicationDate "
22-Nov
-0
2
"
#define Module_ApplicationDate "
17-Oct
-0
8
"
#define Module_ComponentName "DrawFile"
#define Module_ComponentPath "RiscOS/Sources/Video/Render/DrawFile"
#define Module_FullVersion "1.5
2
"
#define Module_HelpVersion "1.5
2
(
22 Nov
200
2
)"
#define Module_LibraryVersionInfo "1:5
2
"
#define Module_FullVersion "1.5
3
"
#define Module_HelpVersion "1.5
3
(
17 Oct
200
8
)"
#define Module_LibraryVersionInfo "1:5
3
"
c/render
View file @
65dc6d3d
...
...
@@ -290,7 +290,7 @@ static os_error *Bbox(os_box * box, os_trfm * trfm)
}
if
((
error
=
xcolourtrans_set_gcol
(
os_COLOUR_LIGHT_RED
,
colourtrans_SET_FG
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
NULL
)
colourtrans_SET_FG
_GCOL
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
NULL
)
goto
finish
;
if
((
error
=
xos_writen
(
set_dot_style
,
sizeof
set_dot_style
))
!=
NULL
)
...
...
@@ -656,7 +656,7 @@ os_error *render_path(void *null, void *s, osbool * unclaimed)
if
(
path
->
fill
!=
os_COLOUR_TRANSPARENT
)
{
if
((
error
=
xcolourtrans_set_gcol
(
path
->
fill
,
colourtrans_SET_FG
|
colourtrans_USE_ECFS
,
colourtrans_SET_FG
_GCOL
|
colourtrans_USE_ECFS
_GCOL
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
NULL
)
goto
finish
;
...
...
@@ -671,7 +671,7 @@ os_error *render_path(void *null, void *s, osbool * unclaimed)
if
(
path
->
outline
!=
os_COLOUR_TRANSPARENT
)
{
if
((
error
=
xcolourtrans_set_gcol
(
path
->
outline
,
colourtrans_SET_FG
|
colourtrans_USE_ECFS
,
colourtrans_SET_FG
_GCOL
|
colourtrans_USE_ECFS
_GCOL
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
NULL
)
goto
finish
;
...
...
c/textarea
View file @
65dc6d3d
...
...
@@ -963,7 +963,7 @@ os_error *textarea_render(drawfile_object * object, os_trfm * trfm,
}
if
((
error
=
xcolourtrans_set_gcol
(
os_COLOUR_VERY_LIGHT_GREY
,
colourtrans_SET_FG
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
colourtrans_SET_FG
_GCOL
,
os_ACTION_OVERWRITE
,
NULL
,
NULL
))
!=
NULL
)
goto
finish
;
...
...
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