From 96fd8a5f7a78730465a3fc3dcdab90b508bbab43 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:30:09 +0100 Subject: Wayland: use fl_wl_find() instead of fl_find() --- src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/Wayland') diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index 6503f76fe..3cd02dcf6 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -527,7 +527,7 @@ static void wl_keyboard_enter(void *data, struct wl_keyboard *wl_keyboard, Fl_Window *win = Fl_Wayland_Screen_Driver::surface_to_window(surface); if (win) { Fl::handle(FL_FOCUS, win); - fl_find(fl_xid(win)); + fl_wl_find(fl_wl_xid(win)); } } -- cgit v1.2.3