move New_preview_is_needed to filesel.c

This commit is contained in:
Thomas Bernard 2018-12-19 13:17:10 +01:00
parent 3876bb03e1
commit b67ce603a7
2 changed files with 3 additions and 4 deletions

View File

@ -136,6 +136,9 @@ byte Native_filesel(byte load)
// -- "Standard" fileselector for other platforms
/// true if the preview timer need to be restarted
static byte New_preview_is_needed;
// -- Fileselector data
static T_Fileselector Filelist;
@ -143,8 +146,6 @@ static T_Fileselector Filelist;
/// Selector settings to use, for all functions called by Load_or_save
static T_Selector_settings * Selector;
/// Name of the current directory
//static char Selector_directory[1024];
/// Filename (without directory) of the highlighted file
static char Selector_filename[256];
static word Selector_filename_unicode[256];

View File

@ -128,8 +128,6 @@ GFX2_GLOBAL byte Timer_state; // State du chrono: 0=Attente d'un Xème de second
// 2=Plus de chrono à gerer pour l'instant
GFX2_GLOBAL dword Timer_delay; // Nombre de 18.2ème de secondes demandés
GFX2_GLOBAL dword Timer_start; // Heure de départ du chrono
GFX2_GLOBAL byte New_preview_is_needed; // Booléen "Il faut relancer le chrono de preview"
#if defined (__MINT__)
void Atari_Memory_free(unsigned long *stRam,unsigned long *ttRam);