Added font2 patch

This commit is contained in:
hellisabove
2021-09-14 00:14:53 +03:00
parent 58ae979b27
commit d28a25c2e4
10 changed files with 330 additions and 0 deletions
+2
View File
@@ -1624,6 +1624,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);
}