Adding w3m patch

This commit is contained in:
bakkeby 2020-06-14 20:04:27 +02:00
parent 2c85b5da91
commit bca86276e7
3 changed files with 15 additions and 2 deletions

4
x.c
View file

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