Added w3m v0.8.3 patch #12

Merged
syrell merged 1 commits from feat/w3m into custom 2023-06-27 22:36:45 +02:00

2
x.c
View File

@ -2076,6 +2076,8 @@ xsettitle(char *p)
int int
xstartdraw(void) 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); return IS_SET(MODE_VISIBLE);
} }