summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-25 23:36:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-25 23:36:48 +0200
commit01f687e26aa784cc96f9cfcd3c9a5f6ce6e52500 (patch)
tree694c9e22c542ae005ab1a0af9c743e33d4acceaf
parent67e0547bf9cc2553ac327cd054d5ceb30e53cdce (diff)
Document that Fl::add_system_handler() is not implemented under Wayland
-rw-r--r--src/Fl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 58bc0480b..83d1b9de1 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -960,6 +960,7 @@ static system_handler_link *sys_handlers = 0;
- X11: XEvent
- Windows: MSG
- OS X: NSEvent
+ - Wayland: not implemented
\param ha The event handler function to register
\param data User data to include on each call