From 9d194ac9603f866a5c6c67ef91858555d082a9da Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:39:36 +0200 Subject: Add necessary dirty indicator --- src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx index 1855bc20f..290cb0873 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx @@ -275,6 +275,7 @@ void Fl_Wayland_Graphics_Driver::copy_offscreen(int x, int y, int w, int h, cairo_paint(cairo_); cairo_pattern_destroy(pat); cairo_restore(cairo_); + surface_needs_commit(); } -- cgit v1.2.3