diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-11 19:03:31 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-11 19:03:31 +0100 |
| commit | 7c3b1f00f524172e348151aedb0fb4c4a91185b3 (patch) | |
| tree | 1b50229275054d0c81aa7cba7a1131a711c13541 /src/drivers | |
| parent | 7b6a779fd3a911c25edf58efc36862c07202a5fa (diff) | |
Don't pretend Wayland supports Fl::add_system_handler().
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index 80c6a5e80..c474867d5 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -1421,12 +1421,8 @@ static const struct wl_registry_listener registry_listener = { }; -extern int fl_send_system_handlers(void *); - - static void wayland_socket_callback(int fd, struct wl_display *display) { - if (fl_send_system_handlers(NULL)) return; if (wl_display_prepare_read(display) == -1) { wl_display_dispatch_pending(display); return; |
