mirror of
https://github.com/fltk/fltk.git
synced 2026-08-20 22:14:06 +08:00
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
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user