summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-11 19:03:31 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-11 19:03:31 +0100
commit7c3b1f00f524172e348151aedb0fb4c4a91185b3 (patch)
tree1b50229275054d0c81aa7cba7a1131a711c13541 /src/Fl.cxx
parent7b6a779fd3a911c25edf58efc36862c07202a5fa (diff)
Don't pretend Wayland supports Fl::add_system_handler().
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 53b393203..399d8249b 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1050,8 +1050,7 @@ static system_handler_link *sys_handlers = 0;
- X11: XEvent
- Windows: MSG
- OS X: NSEvent
- - Wayland: NULL (FLTK runs the event handler(s) just before calling \e wl_display_dispatch())
-
+ - Wayland: N/A (Fl::add_system_handler has no effect under Wayland)
\param ha The event handler function to register
\param data User data to include on each call