From 99b3c6813aa7ecf32696e6e83a52a39254f537e4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 10 Apr 2016 18:36:47 +0000 Subject: Rewrite Fl_File_Input.cxx under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11575 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_System_Driver.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index 5073be7ec..db3784d7b 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -30,6 +30,7 @@ #include #include #include +#include class Fl_File_Icon; class Fl_File_Browser; @@ -147,6 +148,8 @@ public: virtual void *dlopen(const char *filename) {return NULL;} // the default implementation is most probably enough virtual void png_extra_rgba_processing(unsigned char *array, int w, int h) {} + // the default implementation is most probably enough + virtual const char *next_dir_sep(const char *start) { return strchr(start, '/');} }; #endif // FL_SYSTEM_DRIVER_H -- cgit v1.2.3