summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-08-03 09:47:58 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-08-03 09:47:58 +0200
commitdfe73d8ebc42737d9e8109fc51c59d82c86f0939 (patch)
tree25e64655411e91cc25642164542a8746804f804e /FL/Enumerations.H
parent50184f994699a19185a2c3e73861bb13f5579d23 (diff)
Document that the Wayland platform doesn't send FL_HIDE to minimized windows.
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 6674e7463..032717f1b 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -256,7 +256,9 @@ enum Fl_Event { // events
/** This widget is no longer visible, due to Fl_Widget::hide() being
called on it or one of its parents, or due to a parent window being
- minimized. Fl_Widget::visible() may still be true after this, but the
+ minimized (under Wayland, minimized toplevel windows don't receive
+ the FL_HIDE event).
+ Fl_Widget::visible() may still be true after this, but the
widget is visible only if visible() is true for it and all its
parents (use Fl_Widget::visible_r() to check this).
*/