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:
mcmartin
2003-02-05 01:02:11 +00:00
parent 771331a5bd
commit 648cb1adbd
2 changed files with 3 additions and 3 deletions
@@ -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);
+3 -1
View File
@@ -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