diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-24 17:49:58 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-24 17:49:58 +0100 |
| commit | 2de24e0448dcce78fabfe23c0a9a46090d23de7b (patch) | |
| tree | e46eeebc07acd400a51d8baf9faec8546c317b8e /x.c | |
| parent | 3f8bc36b2171c1a64f7ca41905ad517ff114ec18 (diff) | |
add w3m patch
Diffstat (limited to 'x.c')
| -rw-r--r-- | x.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1616,6 +1616,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); } |