From a05ae33e20b09ab952ddbbf6762d5cfec77e4943 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 2 Jul 2025 16:16:48 +0200 Subject: Remove deprecated methods and functions In FLTK 1.5 we remove most (but not all) methods and functions that were deprecated in FLTK 1.3 or earlier. --- documentation/src/osissues.dox | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'documentation/src/osissues.dox') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 43e29463e..ce8a7fa74 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -160,10 +160,8 @@ periodically so that FLTK redraws its windows. \par This function will call the callback functions. It will not return until they complete. In particular, if a callback pops up -a modal window by calling -fl_ask(), -for instance, it will not return until the modal function -returns. +a modal window by calling fl_choice(), for instance, it will not +return until the modal function returns. \subsection osissues_drawing_xlib Drawing using Xlib -- cgit v1.2.3