diff options
| author | Manolo Gouy <Manolo> | 2016-04-10 06:33:19 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-10 06:33:19 +0000 |
| commit | 927774af85b115b2affa35252a46cc6f3235fe97 (patch) | |
| tree | fe59b0041ae84c9a8b52b67dfb63e732f8c57415 /src/Fl_System_Driver.cxx | |
| parent | 9ca66c6f3d3c94192e105012fc8226109530143a (diff) | |
Rewrite Fl_File_Browser.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11570 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_System_Driver.cxx')
| -rw-r--r-- | src/Fl_System_Driver.cxx | 6 |
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$". // |
