diff options
| author | Manolo Gouy <Manolo> | 2016-04-12 21:32:55 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-12 21:32:55 +0000 |
| commit | e74f21370455946baebd7fd976ae13871434b8a4 (patch) | |
| tree | b7b399b8e7d12c5e2103c7762bcdbc0ceef4bde1 /FL | |
| parent | 7e04657ce74bcd643ad8a4e697ab23e1fbc585c2 (diff) | |
Finish rewrite of Fl_File_Chooser2.cxx for the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index 6ee90f7be..8b7146161 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -172,6 +172,8 @@ public: virtual int colon_is_drive() {return 0;} // return TRUE means that files whose name begins with dot are hidden virtual int dot_file_hidden() {return 0;} + // return TRUE when file names are case insensitive + virtual int case_insensitive_filenames() {return 0;} }; #endif // FL_SYSTEM_DRIVER_H |
