diff options
| author | Manolo Gouy <Manolo> | 2011-02-20 21:46:11 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-20 21:46:11 +0000 |
| commit | 287f5684ee86d9680c7984f66912ebaa8f3adb59 (patch) | |
| tree | 6194f79022c93574621a29b2fb87d29f6e723a2b /src | |
| parent | c8ae58db48924c68885f99788072946b6b5caa50 (diff) | |
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).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Native_File_Chooser_WIN32.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index d46803c15..b1d6bab78 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -821,6 +821,10 @@ const char* Fl_Native_File_Chooser::preset_file() const { return(_preset_file); } +int Fl_Native_File_Chooser::filters() const { + return(_nfilters); +} + char *wchartoutf8(LPCWSTR in) { static char *out = NULL; |
