diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-18 12:48:38 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-18 12:48:38 +0000 |
| commit | 8b5a03d3a2a9927609d41127fd6d639fe961a46f (patch) | |
| tree | 02cd767ff039c36bdadb95ba3bfeacb4552d2669 /documentation | |
| parent | f21f8f8993e11d5561c434d118a7477363f4eb96 (diff) | |
More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.
Add a new "migration" appendix to the FLTK manual.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1695 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/fltk.book | 1 | ||||
| -rw-r--r-- | documentation/index.html | 5 | ||||
| -rw-r--r-- | documentation/license.html | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/documentation/fltk.book b/documentation/fltk.book index e56572c26..79fc90d23 100644 --- a/documentation/fltk.book +++ b/documentation/fltk.book @@ -76,4 +76,5 @@ enumerations.html glut.html forms.html osissues.html +migration.html license.html diff --git a/documentation/index.html b/documentation/index.html index 2f27c7f71..79a8f83b8 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -87,7 +87,10 @@ <B><A HREF="osissues.html#osissues">F - Operating System Issues</A></B> <BR> <BR> - <B><A HREF="license.html#license">G - Software License</A></B> + <B><A HREF="migration.html">G - Migrating Code from FLTK 1.0.x</A></B> + <BR> + <BR> + <B><A HREF="license.html#license">H - Software License</A></B> </TD> </TR> </TABLE> diff --git a/documentation/license.html b/documentation/license.html index 019038a1d..78b484e0f 100644 --- a/documentation/license.html +++ b/documentation/license.html @@ -1,5 +1,5 @@ <HTML><BODY> -<H1 ALIGN=RIGHT><A NAME=license>G - Software License</A></H1> +<H1 ALIGN=RIGHT><A NAME=license>H - Software License</A></H1> <P ALIGN=CENTER><BIG>GNU LIBRARY GENERAL PUBLIC LICENSE</BIG></P> <P ALIGN=CENTER>Version 2, June 1991 <BR> Copyright (C) 1991 Free Software Foundation, Inc. |
