From e9719e5416e2301cf2c7cf355d9d10d97ebdd69d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 6 Oct 2022 15:07:39 +0200 Subject: Update window icon-related doc in platform-specific section. --- src/Fl_Window.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Fl_Window.cxx') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 2d589f495..3a3966132 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -385,8 +385,10 @@ const void *Fl_Window::icon() const { return pWindowDriver->icon(); } -/** Sets the current icon window target dependent data. - \deprecated in 1.3.3 +/** Platform-specific method to set the window icon usable on Windows and X11 only. + See \ref osissues_x_icon for its use under X11, and \ref osissues_icon_windows under Windows. + \deprecated in 1.3.3 in favor of platform-independent methods Fl_Window::icon(const Fl_RGB_Image *icon) + and Fl_Window::icons(const Fl_RGB_Image *icons[], int count). */ void Fl_Window::icon(const void * ic) { pWindowDriver->icon(ic); -- cgit v1.2.3