Have function Fl_Wld_Scr_Dr::poll_or_select_with_delay() call libdecor_dispatch() - cont'd
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-wayland-arm64 (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled
Build and Test / build-windows-arm (push) Has been cancelled

This commit is contained in:
ManoloFLTK
2026-07-16 08:33:54 +02:00
parent a8983e9a0f
commit 4177a88bdb
@@ -2170,7 +2170,8 @@ void *Fl_Wayland_Screen_Driver::control_maximize_button(void *data) {
int Fl_Wayland_Screen_Driver::poll_or_select_with_delay(double time_to_wait) {
return libdecor_dispatch(libdecor_context, time_to_wait);
if (libdecor_dispatch(libdecor_context, 0) > 0) return 1;
return Fl_Unix_Screen_Driver::poll_or_select_with_delay(time_to_wait);
}