aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-16 22:16:24 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-16 22:16:24 -0400
commit502f14899885af2b8e96834f94a3bf638df0ad02 (patch)
tree7e82eada4e1162a8f837e503a08075a3363d9cfc
parent7dece4fc5749e8d9a5758e58c9e717eb1bcb4280 (diff)
downloadrunes-502f14899885af2b8e96834f94a3bf638df0ad02.tar.gz
runes-502f14899885af2b8e96834f94a3bf638df0ad02.zip
nope, this breaks redraws for some reason
need to look into this more later
-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);
}