summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-08 15:22:08 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-08 15:22:08 +0100
commitb9a9f7f10c769642bd0de81732e8e44ed4130a0c (patch)
treeb7689295427c90d456aeb1d403a4ab01f8f00197
parent4d8ae8ccd081bfddcd4bb20d46515c755503432d (diff)
Simpler prototype of Fl_Wayland_Graphics_Driver::buffer_commit() member - cont'd
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx2
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);
}
}