Mercurial > emacs
changeset 60684:18bf961ed63a
(mirror_line_dance): Set W2 according to FRAME_FROM.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Mar 2005 23:39:12 +0000 |
parents | d2f6fa8790f3 |
children | 08055baffb97 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Thu Mar 17 23:37:39 2005 +0000 +++ b/src/dispnew.c Thu Mar 17 23:39:12 2005 +0000 @@ -3164,7 +3164,7 @@ struct glyph_matrix *m2; int m2_from; - w2 = frame_row_to_window (root, frame_to); + w2 = frame_row_to_window (root, frame_from); m2 = w2->current_matrix; m2_from = frame_from - m2->matrix_y; copy_row_except_pointers (m->rows + window_to,