aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-xlib.c b/src/window-xlib.c
index 0030f4f..6b65250 100644
--- a/src/window-xlib.c
+++ b/src/window-xlib.c
@@ -606,10 +606,10 @@ static void runes_window_reset_visual_bell(void *t)
{
RunesWindow *w = ((RunesTerm *)t)->w;
+ w->visual_bell_is_ringing = 0;
cairo_set_source(w->backend_cr, ((RunesTerm *)t)->config->bgdefault);
cairo_paint(w->backend_cr);
runes_window_flush(t);
- w->visual_bell_is_ringing = 0;
runes_term_refcnt_dec(t);
}