Change Selector_filename to Selector->filename

This commit is contained in:
Thomas Bernard
2019-02-19 15:13:55 +01:00
parent 030b7fa9b8
commit 7d5f287737
3 changed files with 142 additions and 106 deletions

View File

@@ -557,6 +557,8 @@ typedef struct T_Selector_settings
short Offset; ///< Position of the "highlight" bar in the file list
char * Directory; ///< Directory currently browsed
word * Directory_unicode; ///< Directory currently browsed
char * filename; ///< Filename (without directory) of the highlighted file
word * filename_unicode; ///< /// Filename (without directory) of the highlighted file
} T_Selector_settings;
/// structure for Main or Spare page global data