From 13f1911624359e8370c070981bb4b391b3caaae1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:38:57 +0200 Subject: Implement and document Fl::add_system_handler() for Wayland --- src/Fl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 83d1b9de1..dc35d5195 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -960,7 +960,7 @@ static system_handler_link *sys_handlers = 0; - X11: XEvent - Windows: MSG - OS X: NSEvent - - Wayland: not implemented + - Wayland: NULL (FLTK runs the event handler(s) just before calling \e wl_display_dispatch()) \param ha The event handler function to register \param data User data to include on each call -- cgit v1.2.3