diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-08 15:22:08 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-08 15:22:08 +0100 |
| commit | b9a9f7f10c769642bd0de81732e8e44ed4130a0c (patch) | |
| tree | b7689295427c90d456aeb1d403a4ab01f8f00197 /src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | |
| parent | 4d8ae8ccd081bfddcd4bb20d46515c755503432d (diff) | |
Simpler prototype of Fl_Wayland_Graphics_Driver::buffer_commit() member - cont'd
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx index 98474ec24..7a88d7c90 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx @@ -89,7 +89,7 @@ static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time window->buffer->cb = NULL; if (window->buffer->draw_buffer_needs_commit) { //fprintf(stderr,"surface_frame_done: new cb=%p \n", window->buffer->cb); - Fl_Wayland_Graphics_Driver::buffer_commit(window, &surface_frame_listener); + Fl_Wayland_Graphics_Driver::buffer_commit(window); } } |
