move New_preview_is_needed to filesel.c
This commit is contained in:
parent
3876bb03e1
commit
b67ce603a7
@ -136,6 +136,9 @@ byte Native_filesel(byte load)
|
|||||||
|
|
||||||
// -- "Standard" fileselector for other platforms
|
// -- "Standard" fileselector for other platforms
|
||||||
|
|
||||||
|
/// true if the preview timer need to be restarted
|
||||||
|
static byte New_preview_is_needed;
|
||||||
|
|
||||||
// -- Fileselector data
|
// -- Fileselector data
|
||||||
|
|
||||||
static T_Fileselector Filelist;
|
static T_Fileselector Filelist;
|
||||||
@ -143,8 +146,6 @@ static T_Fileselector Filelist;
|
|||||||
/// Selector settings to use, for all functions called by Load_or_save
|
/// Selector settings to use, for all functions called by Load_or_save
|
||||||
static T_Selector_settings * Selector;
|
static T_Selector_settings * Selector;
|
||||||
|
|
||||||
/// Name of the current directory
|
|
||||||
//static char Selector_directory[1024];
|
|
||||||
/// Filename (without directory) of the highlighted file
|
/// Filename (without directory) of the highlighted file
|
||||||
static char Selector_filename[256];
|
static char Selector_filename[256];
|
||||||
static word Selector_filename_unicode[256];
|
static word Selector_filename_unicode[256];
|
||||||
|
|||||||
@ -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
|
// 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_delay; // Nombre de 18.2ème de secondes demandés
|
||||||
GFX2_GLOBAL dword Timer_start; // Heure de départ du chrono
|
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__)
|
#if defined (__MINT__)
|
||||||
void Atari_Memory_free(unsigned long *stRam,unsigned long *ttRam);
|
void Atari_Memory_free(unsigned long *stRam,unsigned long *ttRam);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user