Fix issue 462: Save/Load path problems: Main, Spare and Brush now have completely distinct fileselector settings.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2003 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-22 16:47:39 +00:00
parent 5a2e556f18
commit 80fc7da7f6
9 changed files with 172 additions and 224 deletions

View File

@@ -29,7 +29,7 @@
#include "struct.h"
#include "loadsave.h"
byte Button_Load_or_Save(byte load, T_IO_Context *context);
byte Button_Load_or_Save(T_Selector_settings *settings, byte load, T_IO_Context *context);
void Add_element_to_list(T_Fileselector *list, const char * full_name, const char *short_name, int type, byte icon);
///
@@ -56,4 +56,6 @@ int Quicksearch_list(T_List_button * list, T_Fileselector * selector);
void Reset_quicksearch(void);
extern T_Selector_settings * Selector;
#endif