Adds w3m images patch

https://st.suckless.org/patches/w3m/
This commit is contained in:
Jonathan Hodgson 2022-02-26 15:57:34 +00:00
parent 54938a77e4
commit d1da014b09

2
x.c
View file

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