From 7c3b1f00f524172e348151aedb0fb4c4a91185b3 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:03:31 +0100 Subject: Don't pretend Wayland supports Fl::add_system_handler(). --- src/Fl.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Fl.cxx') 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 -- cgit v1.2.3