summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-01-16 16:51:22 +0000
committerGreg Ercolano <erco@seriss.com>2010-01-16 16:51:22 +0000
commit7221382917ce840ecf37e9102445e5191dcff08d (patch)
tree62346e4026675eee162ee50b4de27dbaa23c50ab /FL
parent177f45fe98e4c7575f7817a61e91be98162d29d2 (diff)
Checked in Manolo's 'diff.patch' mods from STR #2307
for building FLTK with 64bit on Snow Leopard. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7014 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Native_File_Chooser_MAC.H5
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H
index 015e20d21..a127c184f 100644
--- a/FL/Fl_Native_File_Chooser_MAC.H
+++ b/FL/Fl_Native_File_Chooser_MAC.H
@@ -68,9 +68,9 @@ private:
void *_panel;
#else
NavDialogRef _ref; // file navigation reference
-#endif
NavActionState _keepstate; // holds button permissions
NavMenuItemSpec _tempitem; // Popup menu selection
+#endif
char **_pathnames; // array of pathnames
int _tpathnames; // total pathnames
char *_directory; // default pathname to use
@@ -116,11 +116,10 @@ private:
int get_saveas_basename(void);
#else
int get_saveas_basename(NavDialogRef& ref);
-#endif
int get_pathnames(NavDialogRef& ref);
static void event_handler(NavEventCallbackMessage callBackSelector,
NavCBRecPtr cbparm, void *data);
-
+#endif
void clear_filters();
void add_filter(const char *, const char *);
void parse_filter(const char *from);