diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-15 11:05:19 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-15 11:05:19 +0200 |
| commit | c1d0783df9b639e85ddb99477ca8b2a5dd962d93 (patch) | |
| tree | b5b744074e7e2e8ee1bafec8eb577d79586920f8 /src | |
| parent | 5234e1ab3883ca528afb4eb438e841d26fd33946 (diff) | |
Document how to set window icons under Wayland - cont'd.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Window.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index b594a8cd7..56f672f44 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -291,6 +291,7 @@ const char *Fl_Window::xclass() const \see Fl_Window::default_icons(const Fl_RGB_Image *[], int) \see Fl_Window::icon(const Fl_RGB_Image *) \see Fl_Window::icons(const Fl_RGB_Image *[], int) + \note See \ref osissues_wayland_window_icon for the Wayland platform. */ void Fl_Window::default_icon(const Fl_RGB_Image *icon) { if (icon) @@ -316,6 +317,7 @@ void Fl_Window::default_icon(const Fl_RGB_Image *icon) { \see Fl_Window::default_icon(const Fl_RGB_Image *) \see Fl_Window::icon(const Fl_RGB_Image *) \see Fl_Window::icons(const Fl_RGB_Image *[], int) + \note See \ref osissues_wayland_window_icon for the Wayland platform. */ void Fl_Window::default_icons(const Fl_RGB_Image *icons[], int count) { Fl::screen_driver()->open_display(); @@ -341,6 +343,7 @@ void Fl_Window::default_icons(const Fl_RGB_Image *icons[], int count) { \see Fl_Window::default_icon(const Fl_RGB_Image *) \see Fl_Window::default_icons(const Fl_RGB_Image *[], int) \see Fl_Window::icons(const Fl_RGB_Image *[], int) + \note See \ref osissues_wayland_window_icon for the Wayland platform. */ void Fl_Window::icon(const Fl_RGB_Image *icon) { if (icon) @@ -369,6 +372,7 @@ void Fl_Window::icon(const Fl_RGB_Image *icon) { \see Fl_Window::default_icon(const Fl_RGB_Image *) \see Fl_Window::default_icons(const Fl_RGB_Image *[], int) \see Fl_Window::icon(const Fl_RGB_Image *) + \note See \ref osissues_wayland_window_icon for the Wayland platform. */ void Fl_Window::icons(const Fl_RGB_Image *icons[], int count) { pWindowDriver->icons(icons, count); |
