Author: manolo
Date: 2011-02-20 13:46:11 -0800 (Sun, 20 Feb 2011)
New Revision: 8454
Log:
Fix STR #2569 cont'd: put back MSWindows version of 
Fl_Native_File_Chooser::filters()
that had been erroneously removed by r.8378 that merged include files (it was
previously an inline function).

Modified:
   branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx

Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx    2011-02-20 
21:28:55 UTC (rev 8453)
+++ branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx    2011-02-20 
21:46:11 UTC (rev 8454)
@@ -821,6 +821,10 @@
   return(_preset_file);
 }
 
+int Fl_Native_File_Chooser::filters() const {
+  return(_nfilters);
+}
+
 char *wchartoutf8(LPCWSTR in)
 {
   static char *out = NULL;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to