patched for w3m

This commit is contained in:
2020-11-19 10:07:41 +01:00
parent 0a35773e09
commit 6c12d08d7d

2
x.c
View File

@@ -1686,6 +1686,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);
}