From 7020356df90630b93cf6be49681cc1547057f2ae Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 22 May 2023 09:05:07 +0200 Subject: Slightly re-organize class Fl_Wayland_Window_Driver --- documentation/src/wayland.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 6e65a6924..d69335778 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -406,7 +406,7 @@ at any time and then calls the FLTK drawing API. This is made possible 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->buffer->cb) && + if ( (!Fl_Wayland_Window_Driver::in_flush_) && window->buffer && (!window->buffer->cb) && !wait_for_expose_value ) { Fl_Wayland_Graphics_Driver::buffer_commit(window); } -- cgit v1.2.3