summaryrefslogtreecommitdiff
path: root/documentation/migration.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration.html')
-rw-r--r--documentation/migration.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/migration.html b/documentation/migration.html
index 48bc46f..1f94004 100644
--- a/documentation/migration.html
+++ b/documentation/migration.html
@@ -1,7 +1,10 @@
<HTML>
+<HEAD>
+ <TITLE>G - Migrating Code from FLTK 1.0.x</TITLE>
+</HEAD>
<BODY>
-<H1 ALIGN="RIGHT">G - Migrating Code from FLTK 1.0.x</H1>
+<H1 ALIGN="RIGHT"><A NAME="migration">G - Migrating Code from FLTK 1.0.x</A></H1>
<P>This appendix describes the differences between the FLTK
1.0.x and FLTK 1.1.x functions and classes.</P>
@@ -51,9 +54,9 @@ symbol on the command-line when you compile
<UL><PRE>
#define FLTK_1_0_COMPAT
-#include &lt;FL/Fl.H>
-#include &lt;FL/Enumerations.H>
-#include &lt;FL/filename.H>
+#include &lt;FL/Fl.H&gt;
+#include &lt;FL/Enumerations.H&gt;
+#include &lt;FL/filename.H&gt;
</PRE></UL>
<P>The following table shows the old and new function names:</P>