aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-09 11:08:12 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-09 11:08:12 -0400
commit1774397fbe04d6dc306c3a828985aabd31d51322 (patch)
treeaeb7aceece551474f3e7c0611db573daf4499ace /src/window-xlib.c
parentd021bb195dd7eaed2f8858425906522c6dc07c5b (diff)
downloadrunes-1774397fbe04d6dc306c3a828985aabd31d51322.tar.gz
runes-1774397fbe04d6dc306c3a828985aabd31d51322.zip
this is no longer necessary (and makes things flickery)
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c1
1 files changed, 0 insertions, 1 deletions
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);
}