diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-09-15 09:05:16 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-09-15 09:05:16 +0200 |
| commit | dfd208e171590c0fae3558c84252550ed9caa6a1 (patch) | |
| tree | 3d213f215638eb31c82020543d4df62a3f47a2ed /src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | |
| parent | afeaf129349d09e21bbbf8c5c486865140aac9d3 (diff) | |
Complete Wayland-related part of issue #1295
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index 8bae05c42..86bfdb98d 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -245,8 +245,6 @@ static void pointer_leave(void *data, struct wl_pointer *wl_pointer, need_leave = win->top_window(); // we leave a sub or toplevel window wl_display_roundtrip(fl_wl_display()); // pointer_enter to other win, if applicable, will run if (need_leave) { // we really left the sub-or-top win and did not enter another - extern Fl_Window *fl_xmousewin; - fl_xmousewin = 0; Fl::handle(FL_LEAVE, need_leave); } } |
