summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-10-04 17:39:36 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-10-04 17:39:36 +0200
commit9d194ac9603f866a5c6c67ef91858555d082a9da (patch)
tree7f6ee11d8c7eeef319ce15525e76970bb0da0f2a
parentea80a31266be626525728f7b3d73323353d42c25 (diff)
Add necessary dirty indicator
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
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();
}