diff options
| author | foswret <foswret@posteo.com> | 2025-07-04 13:57:25 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-07-04 13:57:25 -0500 |
| commit | 824feb01d61e9f20b8d7bb92afc227f0489e7cd7 (patch) | |
| tree | 1e74ab605b48dd16b555ec44205a22a665395d07 /x.c | |
| parent | 3fcad47bd002ea93e3cbb5d1eb819dc72191b808 (diff) | |
applied w3m patch
Diffstat (limited to 'x.c')
| -rw-r--r-- | x.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1665,6 +1665,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); } |
