summaryrefslogtreecommitdiff
path: root/documentation/migration.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-12-19 21:34:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-12-19 21:34:26 +0000
commit74d47ce80c68cff16554a37e554bcb6df9ff3728 (patch)
treebbab1db623fbe128b242fe0ca7c2a1700c2d550a /documentation/migration.html
parent11a7b522c17779a045f4308a7cf0a6c5810fcc8e (diff)
Doco updates.
Added filename_setext() macro for FLTK_1_0_COMPAT. Fixed copy() methods so they don't overflow the source image buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/migration.html')
-rw-r--r--documentation/migration.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/migration.html b/documentation/migration.html
index 9e50b0533..be0f283a1 100644
--- a/documentation/migration.html
+++ b/documentation/migration.html
@@ -92,6 +92,10 @@ symbol on the command-line when you compile
<TD>fl_filename_relative()</TD>
</TR>
<TR>
+ <TD>filename_setext()</TD>
+ <TD>fl_filename_setext()</TD>
+</TR>
+<TR>
<TD>frame()</TD>
<TD>fl_frame()</TD>
</TR>