comparison src/dispnew.c @ 83249:267c2ab562ab

Fix typo in dispnew.c. * src/dispnew.c (build_frame_matrix_from_leaf_window): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-289
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 04 Feb 2005 16:29:25 +0000
parents 86457de2420c
children 1830bcd0eec0
comparison
equal deleted inserted replaced
83248:86457de2420c 83249:267c2ab562ab
2768 2768
2769 #if GLYPH_DEBUG 2769 #if GLYPH_DEBUG
2770 /* Window row window_y must be a slice of frame row 2770 /* Window row window_y must be a slice of frame row
2771 frame_y. */ 2771 frame_y. */
2772 xassert (glyph_row_slice_p (window_row, frame_row)); 2772 xassert (glyph_row_slice_p (window_row, frame_row));
2773 #endif
2774 2773
2775 /* If rows are in sync, we don't have to copy glyphs because 2774 /* If rows are in sync, we don't have to copy glyphs because
2776 frame and window share glyphs. */ 2775 frame and window share glyphs. */
2777 2776
2778 strcpy (w->current_matrix->method, w->desired_matrix->method); 2777 strcpy (w->current_matrix->method, w->desired_matrix->method);