diff --git a/src/x11/x.c b/src/x11/x.c index 73ab708..36ca5e5 100644 --- a/src/x11/x.c +++ b/src/x11/x.c @@ -814,6 +814,7 @@ gboolean x_mainloop_fd_dispatch(GSource * source, GSourceFunc callback, switch (ev.type) { case Expose: if (ev.xexpose.count == 0 && xctx.visible) { + x_win_draw(); } break; case SelectionNotify: