From 262321f5e61bb801b6e169e697d9a716cfb0c439 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 24 May 2002 14:02:56 +0000 Subject: Fix cancel bug in file chooser with multiple-selection mode. Allow all resizes in the file chooser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2252 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_File_Chooser.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 18b9a4473..69f8b8d1f 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -85,7 +85,7 @@ public: static const char *filter_label; static Fl_File_Sort_F *sort; }; -extern FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0); -extern FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0); -extern FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); +FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0); +FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0); +FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); #endif -- cgit v1.2.3