patched for w3m

jaspers-st
Jasper Levin Spahl 4 years ago
parent 0a35773e09
commit 6c12d08d7d
Signed by: jasper
GPG Key ID: 91991C9808A18BB0

2
x.c

@ -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);
}

Loading…
Cancel
Save