diff options
-rw-r--r-- | x.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1738,6 +1738,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); } |