From 8bcf65fa660beeaf1c1f16bc113cb275026fcb65 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:38:57 +0200 Subject: Fix issue under Wayland when erasing overlay rectangle (#1285) --- documentation/src/wayland.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index a4bc5e4ea..b4c9d018b 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -708,7 +708,7 @@ in function \c Fl_Wayland_Window_Driver::make_current() with \code // to support progressive drawing if ( (!Fl_Wayland_Window_Driver::in_flush_) && window->buffer && (!window->frame_cb) - && window->buffer->draw_buffer_needs_commit && (!wait_for_expose_value) ) { + && (!wait_for_expose_value) ) { Fl_Wayland_Graphics_Driver::buffer_commit(window); } \endcode -- cgit v1.2.3