# HG changeset patch # User Richard M. Stallman # Date 1111102752 0 # Node ID 18bf961ed63a9a159092cb9c3f3b2b6db194e4fc # Parent d2f6fa8790f37615fea3f5fae6d185052f47465b (mirror_line_dance): Set W2 according to FRAME_FROM. diff -r d2f6fa8790f3 -r 18bf961ed63a src/dispnew.c --- 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,