24 lines
393 B
Diff
24 lines
393 B
Diff
|
|
---
|
|
x.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/x.c b/x.c
|
|
index e5f1737..b6ae162 100644
|
|
--- a/x.c
|
|
+++ b/x.c
|
|
@@ -1594,6 +1594,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);
|
|
}
|
|
|
|
|
|
base-commit: 43a395ae91f7d67ce694e65edeaa7bbc720dd027
|
|
--
|
|
2.17.1
|
|
|