More work on the graphics subsystem
git-svn-id: svn://svn.cc65.org/cc65/trunk@1334 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
#define TGI_ERR_INV_DRIVER 3 /* Invalid driver */
|
||||
#define TGI_ERR_INV_MODE 4 /* Mode not supported by driver */
|
||||
#define TGI_ERR_INV_ARG 5 /* Invalid function argument */
|
||||
#define TGI_ERR_INV_FUNC 6 /* Function not supported */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -64,11 +64,15 @@ typedef struct {
|
||||
void* deinstall; /* DEINSTALL routine */
|
||||
void* init; /* INIT routine */
|
||||
void* done; /* DONE routine */
|
||||
void* geterror; /* GETERROR routine */
|
||||
void* control; /* CONTROL routine */
|
||||
void* clear; /* CLEAR routine */
|
||||
void* setviewpage; /* SETVIEWPAGE routine */
|
||||
void* setdrawpage; /* SETDRAWPAGE routine */
|
||||
void* setcolor; /* SETCOLOR routine */
|
||||
void* setpalette; /* SETPALETTE routine */
|
||||
void* getpalette; /* GETPALETTE routine */
|
||||
void* getdefpalette; /* GETDEFPALETTE routine */
|
||||
void* setpixel; /* SETPIXEL routine */
|
||||
void* getpixel; /* GETPIXEL routine */
|
||||
void* line; /* LINE routine */
|
||||
|
||||
Reference in New Issue
Block a user