Moved some theme-related defines to BIF_space.h from space.c

This commit is contained in:
2005-08-01 01:46:10 +00:00
parent 3624c1278d
commit 3f9d13c119
2 changed files with 12 additions and 11 deletions

View File

@@ -70,6 +70,18 @@ struct SpaceOops;
/* sequence handler codes */ /* sequence handler codes */
#define SEQ_HANDLER_PROPERTIES 60 #define SEQ_HANDLER_PROPERTIES 60
/* theme codes */
#define B_ADD_THEME 3301
#define B_DEL_THEME 3302
#define B_NAME_THEME 3303
#define B_THEMECOL 3304
#define B_UPDATE_THEME 3305
#define B_CHANGE_THEME 3306
#define B_THEME_COPY 3307
#define B_THEME_PASTE 3308
#define B_RECALCLIGHT 3310
void scrarea_do_windraw (struct ScrArea *sa); void scrarea_do_windraw (struct ScrArea *sa);
void scrarea_do_winchange (struct ScrArea *sa); void scrarea_do_winchange (struct ScrArea *sa);

View File

@@ -2108,17 +2108,6 @@ static void space_sound_button_function(int event)
} }
#endif #endif
#define B_ADD_THEME 3301
#define B_DEL_THEME 3302
#define B_NAME_THEME 3303
#define B_THEMECOL 3304
#define B_UPDATE_THEME 3305
#define B_CHANGE_THEME 3306
#define B_THEME_COPY 3307
#define B_THEME_PASTE 3308
#define B_RECALCLIGHT 3310
// needed for event; choose new 'curmain' resets it... // needed for event; choose new 'curmain' resets it...
static short th_curcol= TH_BACK; static short th_curcol= TH_BACK;
static char *th_curcol_ptr= NULL; static char *th_curcol_ptr= NULL;