apply w3m patch

This commit is contained in:
2021-04-27 16:16:13 +02:00
parent 26f470afc3
commit 69001b96e5

2
x.c
View File

@@ -1609,6 +1609,8 @@ xsettitle(char *p)
int
xstartdraw(void)
{
if (IS_SET(MODE_VISIBLE))
XCopyArea(xw.dpy, xw.win, xw.buf, dc.gc, 0, 0, win.w, win.h, 0, 0);
return IS_SET(MODE_VISIBLE);
}