summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/migration_1_5.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/migration_1_5.dox b/documentation/src/migration_1_5.dox
index 107bfe061..9282a1293 100644
--- a/documentation/src/migration_1_5.dox
+++ b/documentation/src/migration_1_5.dox
@@ -97,13 +97,13 @@ removed in the next minor FLTK version, presumably 1.6.0.
Please update your code!
-The following list is currently incomplete and will be extended later.
-
+\todo This table of deprecated functions since FLTK 1.5 may be incomplete and
+ should be completed before the release of FLTK 1.5.0.
Symbol To Be Removed In The Next Minor Release | Please Replace With ...
-------------------------------------------------------|-------------------------
void Fl_Window::icon(const void *ic) | void Fl_Window::icon(const Fl_RGB_Image *icon)
-const void *Fl_Window::icon() const | no replacement (was platform specific)
+const void * Fl_Window::icon() const | no replacement (Windows platform specific)
  |  
Fl_Tree::first_visible() | in 1.3.3 ABI
Fl_Tree::first_visible_item() | ?