diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-24 15:22:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-24 15:22:57 +0000 |
| commit | 4a6299fbccf79be61bef4955fb67260e01e26a42 (patch) | |
| tree | 12b882cd470ea4e002d4ec054f144573654e55cc /FL/filename.H | |
| parent | bb056f78056e107d3ca25cb2c0d6bc99835edcaa (diff) | |
Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names.
Document this in the migration appendix, and add a section on keyboard
focus.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2316 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/filename.H')
| -rw-r--r-- | FL/filename.H | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/FL/filename.H b/FL/filename.H index 4df4e4223..73bc17e1b 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -1,5 +1,5 @@ /* - * "$Id: filename.H,v 1.11.2.4.2.7 2002/05/02 14:15:46 easysw Exp $" + * "$Id: filename.H,v 1.11.2.4.2.8 2002/06/24 15:22:57 easysw Exp $" * * Filename header file for the Fast Light Tool Kit (FLTK). * @@ -96,9 +96,22 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***list, Fl_File_Sort_F *sort = fl_numericsort); # endif /* __cplusplus */ +// FLTK 1.0.x compatibility definitions... +# ifdef FLTK_1_0_COMPAT +# define filename_absolute fl_filename_absolute +# define filename_expand fl_filename_expand +# define filename_ext fl_filename_ext +# define filename_isdir fl_filename_isdir +# define filename_list fl_filename_list +# define filename_match fl_filename_match +# define filename_name fl_filename_name +# define filename_relative fl_filename_relative +# define numericsort fl_numericsort +# endif // FLTK_1_0_COMPAT + #endif /* FL_FILENAME_H */ /* - * End of "$Id: filename.H,v 1.11.2.4.2.7 2002/05/02 14:15:46 easysw Exp $". + * End of "$Id: filename.H,v 1.11.2.4.2.8 2002/06/24 15:22:57 easysw Exp $". */ |
