diff options
| author | Richard M. Stallman | 2005-03-17 23:39:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-17 23:39:12 +0000 |
| commit | fe8b8401e773c75b49a9611ffe03f3fbc744e8c8 (patch) | |
| tree | ad16140e67fa4f79bfb2f93500d051c81e555d94 /src | |
| parent | e1688f54df958f9827dc7274521979254a159ae1 (diff) | |
| download | emacs-fe8b8401e773c75b49a9611ffe03f3fbc744e8c8.tar.gz emacs-fe8b8401e773c75b49a9611ffe03f3fbc744e8c8.zip | |
(mirror_line_dance): Set W2 according to FRAME_FROM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 63a8a3a313f..5ffd1a2ce58 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -3164,7 +3164,7 @@ mirror_line_dance (w, unchanged_at_top, nlines, copy_from, retained_p) | |||
| 3164 | struct glyph_matrix *m2; | 3164 | struct glyph_matrix *m2; |
| 3165 | int m2_from; | 3165 | int m2_from; |
| 3166 | 3166 | ||
| 3167 | w2 = frame_row_to_window (root, frame_to); | 3167 | w2 = frame_row_to_window (root, frame_from); |
| 3168 | m2 = w2->current_matrix; | 3168 | m2 = w2->current_matrix; |
| 3169 | m2_from = frame_from - m2->matrix_y; | 3169 | m2_from = frame_from - m2->matrix_y; |
| 3170 | copy_row_except_pointers (m->rows + window_to, | 3170 | copy_row_except_pointers (m->rows + window_to, |