summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_System_Driver.H2
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