mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
Doco updates.
Added filename_setext() macro for FLTK_1_0_COMPAT. Fixed copy() methods so they don't overflow the source image buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* "$Id: filename.H,v 1.11.2.4.2.10 2002/07/08 15:20:57 easysw Exp $"
|
||||
* "$Id: filename.H,v 1.11.2.4.2.11 2002/12/19 21:34:25 easysw Exp $"
|
||||
*
|
||||
* Filename header file for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
@@ -109,6 +109,7 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***l,
|
||||
# define filename_match fl_filename_match
|
||||
# define filename_name fl_filename_name
|
||||
# define filename_relative fl_filename_relative
|
||||
# define filename_setext fl_filename_setext
|
||||
# define numericsort fl_numericsort
|
||||
# endif /* FLTK_1_0_COMPAT */
|
||||
|
||||
@@ -116,5 +117,5 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***l,
|
||||
#endif /* FL_FILENAME_H */
|
||||
|
||||
/*
|
||||
* End of "$Id: filename.H,v 1.11.2.4.2.10 2002/07/08 15:20:57 easysw Exp $".
|
||||
* End of "$Id: filename.H,v 1.11.2.4.2.11 2002/12/19 21:34:25 easysw Exp $".
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user