diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1861,7 +1861,7 @@ drawregion(int x1, int y1, int x2, int y2) { | |||
| 1861 | xdraws(buf, base, ox, y, ic, ib); | 1861 | xdraws(buf, base, ox, y, ic, ib); |
| 1862 | } | 1862 | } |
| 1863 | xdrawcursor(); | 1863 | xdrawcursor(); |
| 1864 | XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, 0, 0, xw.bufw, xw.bufh, BORDER, BORDER); | 1864 | XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, x1*xw.cw, y1*xw.ch, x2*xw.cw, y2*xw.ch, BORDER, BORDER); |
| 1865 | } | 1865 | } |
| 1866 | 1866 | ||
| 1867 | void | 1867 | void |
