Program now remembers favorite mode layers/anim, based on last time you switched in splash screen or toolbar. Fixed graphic behavior when mode 5 is enabled/disabled, and added a safety (colors <4).
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2014 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -91,7 +91,7 @@ void Free_page_of_a_list(T_List_of_pages * list);
|
||||
/// BACKUP HIGH-LEVEL FUNCTIONS
|
||||
///
|
||||
|
||||
int Init_all_backup_lists(int width,int height);
|
||||
int Init_all_backup_lists(enum IMAGE_MODES image_mode,int width,int height);
|
||||
void Set_number_of_backups(int nb_backups);
|
||||
int Backup_new_image(int layers,int width,int height);
|
||||
int Backup_with_new_dimensions(int width,int height);
|
||||
@@ -127,6 +127,8 @@ void Redraw_spare_image(void);
|
||||
/// Main_current_layer
|
||||
void Update_FX_feedback(byte with_feedback);
|
||||
|
||||
void Switch_layer_mode(enum IMAGE_MODES new_mode);
|
||||
|
||||
///
|
||||
/// STATISTICS
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user