Skin graphics and font are now recorded & reloaded.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@891 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-29 00:28:58 +00:00
parent d4dcba62a6
commit 8b4533f105
6 changed files with 54 additions and 37 deletions

View File

@@ -261,8 +261,8 @@ typedef struct
/// This structure holds all the settings which are saved and loaded as gfx2.ini.
typedef struct
{
char *Font_name; ///< Name of the font used in the menus. Matches file skins/font_*.png (Case-sensitive on some filesystems)
char SkinFile[64]; ///< String, name of the file where all the graphic data is stored
char *Font_file; ///< Name of the font used in the menus. Matches file skins/font_*.png (Case-sensitive on some filesystems)
char *Skin_file; ///< String, name of the file where all the graphic data is stored
int Show_hidden_files; ///< Boolean, true to show hidden files in fileselectors.
int Show_hidden_directories; ///< Boolean, true to show hidden directories in fileselectors.
// int Show_system_directories; ///< (removed when converted from DOS)