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/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| 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/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index ebb065dc3..77b646a29 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -75,6 +75,7 @@ public: virtual int need_menu_handle_part2() {return 1;} virtual int open_uri(const char *uri, char *msg, int msglen); virtual int need_test_shortcut_extra() {return 1;} + virtual int file_browser_load_filesystem(Fl_File_Browser *browser, char *filename, Fl_File_Icon *icon); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
