mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
getpalette and getdefpalette may no longer return a NULL pointer.
git-svn-id: svn://svn.cc65.org/cc65/trunk@2569 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ca72fb45b4
commit
3531023e22
@ -136,14 +136,10 @@ void __fastcall__ tgi_setpalette (const unsigned char* palette);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const unsigned char* __fastcall__ tgi_getpalette (void);
|
const unsigned char* __fastcall__ tgi_getpalette (void);
|
||||||
/* Return the current palette. Will return NULL for drivers that do not
|
/* Return the current palette. */
|
||||||
* support palettes.
|
|
||||||
*/
|
|
||||||
|
|
||||||
const unsigned char* __fastcall__ tgi_getdefpalette (void);
|
const unsigned char* __fastcall__ tgi_getdefpalette (void);
|
||||||
/* Return the default palette. Will return NULL for drivers that do not
|
/* Return the default palette. */
|
||||||
* support palettes.
|
|
||||||
*/
|
|
||||||
|
|
||||||
unsigned __fastcall__ tgi_getxres (void);
|
unsigned __fastcall__ tgi_getxres (void);
|
||||||
/* Return the resolution in X direction. */
|
/* Return the resolution in X direction. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user