aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--window-xlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/window-xlib.c b/window-xlib.c
index 0700b6e..d529c79 100644
--- a/window-xlib.c
+++ b/window-xlib.c
@@ -256,7 +256,6 @@ void runes_window_backend_visual_bell(RunesTerm *t)
white = cairo_pattern_create_rgb(1.0, 1.0, 1.0);
cairo_set_source(t->backend_cr, white);
cairo_paint(t->backend_cr);
- cairo_surface_flush(cairo_get_target(t->backend_cr));
runes_window_backend_flush(t);
}