From 01f687e26aa784cc96f9cfcd3c9a5f6ce6e52500 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:36:48 +0200 Subject: Document that Fl::add_system_handler() is not implemented under Wayland --- src/Fl.cxx | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3