Commit 08ed2284 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Renderlib header correction

Function names corrected in the comment blocks.

Version 0.24. Tagged as 'Libs-0_24'
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.23"
Module_Version SETA 23
Module_MajorVersion SETS "0.24"
Module_Version SETA 24
Module_MinorVersion SETS ""
Module_Date SETS "16 Jan 2013"
Module_ApplicationDate SETS "16-Jan-13"
Module_Date SETS "28 Apr 2014"
Module_ApplicationDate SETS "28-Apr-14"
Module_ComponentName SETS "Libs"
Module_ComponentPath SETS "castle/RiscOS/Sources/Toolbox/Libs"
Module_FullVersion SETS "0.23"
Module_HelpVersion SETS "0.23 (16 Jan 2013)"
Module_FullVersion SETS "0.24"
Module_HelpVersion SETS "0.24 (28 Apr 2014)"
END
/* (0.23)
/* (0.24)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.23
#define Module_MajorVersion_CMHG 0.24
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 16 Jan 2013
#define Module_Date_CMHG 28 Apr 2014
#define Module_MajorVersion "0.23"
#define Module_Version 23
#define Module_MajorVersion "0.24"
#define Module_Version 24
#define Module_MinorVersion ""
#define Module_Date "16 Jan 2013"
#define Module_Date "28 Apr 2014"
#define Module_ApplicationDate "16-Jan-13"
#define Module_ApplicationDate "28-Apr-14"
#define Module_ComponentName "Libs"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/Libs"
#define Module_FullVersion "0.23"
#define Module_HelpVersion "0.23 (16 Jan 2013)"
#define Module_LibraryVersionInfo "0:23"
#define Module_FullVersion "0.24"
#define Module_HelpVersion "0.24 (28 Apr 2014)"
#define Module_LibraryVersionInfo "0:24"
......@@ -85,7 +85,7 @@ extern _kernel_oserror *drawfile_render (unsigned int flags, void *data,
BBox *clip,int flatness);
/*
* Name : drawfile_render
* Name : drawfile_bbox
* Description : get the bounding box of a drawfile
* In : unsigned int flags
* void *data
......@@ -102,7 +102,7 @@ extern _kernel_oserror *drawfile_bbox (unsigned int flags, void *data,
/*
* Name : drawfile_render
* Name : drawfile_declare_fonts
* Description : declares the fonts for printing a drawfile
* In : unsigned int flags
* void *data
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment