Moved the definition of TFB_GFX_NUMSCREENS to where it belongs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@672 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -42,8 +42,6 @@ enum
|
|||||||
#define TFB_GFXFLAGS_SCALE_BIADAPT (1<<4)
|
#define TFB_GFXFLAGS_SCALE_BIADAPT (1<<4)
|
||||||
#define TFB_GFXFLAGS_SCALE_BIADAPTADV (1<<5)
|
#define TFB_GFXFLAGS_SCALE_BIADAPTADV (1<<5)
|
||||||
|
|
||||||
#define TFB_GFX_NUMSCREENS 3
|
|
||||||
|
|
||||||
int TFB_InitGraphics (int driver, int flags, int width, int height, int bpp);
|
int TFB_InitGraphics (int driver, int flags, int width, int height, int bpp);
|
||||||
void TFB_UninitGraphics (void);
|
void TFB_UninitGraphics (void);
|
||||||
void TFB_ProcessEvents (void);
|
void TFB_ProcessEvents (void);
|
||||||
|
|||||||
@@ -26,7 +26,9 @@ typedef void *TFB_Canvas;
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
TFB_SCREEN_MAIN,
|
TFB_SCREEN_MAIN,
|
||||||
TFB_SCREEN_EXTRA,
|
TFB_SCREEN_EXTRA,
|
||||||
TFB_SCREEN_TRANSITION
|
TFB_SCREEN_TRANSITION,
|
||||||
|
|
||||||
|
TFB_GFX_NUMSCREENS
|
||||||
} SCREEN;
|
} SCREEN;
|
||||||
|
|
||||||
typedef struct tfb_palette
|
typedef struct tfb_palette
|
||||||
|
|||||||
Reference in New Issue
Block a user