diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-22 09:05:07 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-22 09:05:07 +0200 |
| commit | 7020356df90630b93cf6be49681cc1547057f2ae (patch) | |
| tree | 8dddacdd2892fef31dafa9160a907cad247b4f58 /documentation | |
| parent | 60440632eeabaf8e9611d6a83b8b2ca958c2ea5b (diff) | |
Slightly re-organize class Fl_Wayland_Window_Driver
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
