summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index 0ececcb92..fa903e2bd 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -417,6 +417,12 @@ int Fl_System_Driver::filename_expand(char *to,int tolen, const char *from) {
return ret;
}
+int Fl_System_Driver::file_browser_load_directory(const char *directory, char *filename, dirent ***pfiles,
+ Fl_File_Sort_F *sort)
+{
+ return filename_list(directory, pfiles, sort);
+}
+
//
// End of "$Id$".
//