From 1774397fbe04d6dc306c3a828985aabd31d51322 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 9 May 2016 11:08:12 -0400 Subject: this is no longer necessary (and makes things flickery) --- src/window-xlib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window-xlib.c b/src/window-xlib.c index 20f4eee..524b853 100644 --- a/src/window-xlib.c +++ b/src/window-xlib.c @@ -875,7 +875,6 @@ static void runes_window_backend_handle_expose_event( { UNUSED(e); - t->display->dirty = 1; runes_window_backend_flush(t); } -- cgit v1.2.3-54-g00ecf