comparison src/dispnew.c @ 83248:86457de2420c

Merged from miles@gnu.org--gnu-2005 (patch 76-78) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-76 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-77 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-78 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-288
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 04 Feb 2005 15:36:07 +0000
parents a464201fbd10 d6551c039c8f
children 267c2ab562ab
comparison
equal deleted inserted replaced
83247:a257c9edb57b 83248:86457de2420c
1 /* Updating of data structures for redisplay. 1 /* Updating of data structures for redisplay.
2 Copyright (C) 1985,86,87,88,93,94,95,97,98,1999,2000,01,02,03,04 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, 1998, 1999,
3 Free Software Foundation, Inc. 3 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
2773 #endif 2773 #endif
2774 2774
2775 /* If rows are in sync, we don't have to copy glyphs because 2775 /* If rows are in sync, we don't have to copy glyphs because
2776 frame and window share glyphs. */ 2776 frame and window share glyphs. */
2777 2777
2778 #if GLYPH_DEBUG
2779 strcpy (w->current_matrix->method, w->desired_matrix->method); 2778 strcpy (w->current_matrix->method, w->desired_matrix->method);
2780 add_window_display_history (w, w->current_matrix->method, 0); 2779 add_window_display_history (w, w->current_matrix->method, 0);
2781 #endif 2780 #endif
2782 } 2781 }
2783 2782