Small fixes and changes, nothing major.

This commit is contained in:
waltje
2018-11-22 16:39:08 -05:00
parent 72bc6f8e9e
commit bccc0d4900
22 changed files with 801 additions and 361 deletions

View File

@@ -8,7 +8,7 @@
*
* Define the various platform support functions.
*
* Version: @(#)plat.h 1.0.20 2018/10/24
* Version: @(#)plat.h 1.0.21 2018/11/20
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -115,8 +115,11 @@ extern "C" {
/* Define a "vidapi", or, rather, a Renderer API. */
typedef struct {
const char *internal_name;
const char *name;
int local;
int (*init)(int fs);
void (*close)(void);
void (*reset)(int fs);