summaryrefslogtreecommitdiff
path: root/fluid/ide_support.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-20 21:14:47 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-20 21:14:47 +0000
commit2f82fd066321cde3e225fc87a9469849215413eb (patch)
tree0fb84acd8268a37ab45c2f2b3c358f6c962e75ea /fluid/ide_support.h
parent7ae0c170ad2f63ac7e27d0496cd9c167e2bd0cbd (diff)
Mixed bag. Please see CHANGES.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_support.h')
-rw-r--r--fluid/ide_support.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fluid/ide_support.h b/fluid/ide_support.h
index 126acb309..7bafb9b23 100644
--- a/fluid/ide_support.h
+++ b/fluid/ide_support.h
@@ -76,7 +76,7 @@ public:
Fl_Preferences::ID add_fl(Fl_IDE_Prefs &fdb, const char *pathAndName);
Fl_Preferences::ID depends_on(Fl_IDE_Prefs &dep);
Fl_Preferences::ID add_lib(Fl_IDE_Prefs &lib);
- Fl_Preferences::ID add_external_lib(Fl_IDE_Prefs &fdb, const char *name);
+ Fl_Preferences::ID add_external_lib(Fl_IDE_Prefs &fdb, const char *pathAndName);
};
@@ -94,7 +94,9 @@ public:
const char *fullName();
const char *fileExt();
};
-
+
+void osx_only(Fl_Preferences::ID id);
+
#endif
//