diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-14 12:51:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-14 12:51:56 +0000 |
| commit | b5306348048f705280427c74ca3fae03862a1938 (patch) | |
| tree | 64dd4902aa915a14d7fa3c10242fc45e2e6bb0f2 /src/Fl_arg.cxx | |
| parent | 8e3cdc0ac1556f510e936b0e154c6ce513ec3604 (diff) | |
Add Cygwin drive code.
Fix typos.
Update dependencies.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2081 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_arg.cxx')
| -rw-r--r-- | src/Fl_arg.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index 5f576ea41..85bbb4375 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_arg.cxx,v 1.5.2.8.2.10 2002/04/14 02:43:48 easysw Exp $" +// "$Id: Fl_arg.cxx,v 1.5.2.8.2.11 2002/04/14 12:51:56 easysw Exp $" // // Optional argument initialization code for the Fast Light Tool Kit (FLTK). // @@ -29,6 +29,7 @@ #include <FL/Fl.H> #include <FL/x.H> #include <FL/Fl_Window.H> +#include <FL/Fl_Tooltip.H> #include <FL/filename.H> #include <FL/fl_draw.H> #include <ctype.h> @@ -263,7 +264,7 @@ static const char * const helpmsg = " -nok[bd]\n" " -not[ooltips]\n" " -s[cheme] scheme\n" -" -ti[tle] windowtitle\n"; +" -ti[tle] windowtitle\n" " -to[oltips]"; const char * const Fl::help = helpmsg+13; @@ -411,5 +412,5 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.5.2.8.2.10 2002/04/14 02:43:48 easysw Exp $". +// End of "$Id: Fl_arg.cxx,v 1.5.2.8.2.11 2002/04/14 12:51:56 easysw Exp $". // |
