comparison src/xterm.c @ 83219:e86fc76a45e4

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-612 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-613 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49 Add {arch}/=commit-merge-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50 {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-259
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 14 Oct 2004 14:42:03 +0000
parents 4f2f1522636c 926582f79d3b
children ae7fab96922c
comparison
equal deleted inserted replaced
83218:47f53c5c9620 83219:e86fc76a45e4
10786 x_after_update_window_line, 10786 x_after_update_window_line,
10787 x_update_window_begin, 10787 x_update_window_begin,
10788 x_update_window_end, 10788 x_update_window_end,
10789 x_cursor_to, 10789 x_cursor_to,
10790 x_flush, 10790 x_flush,
10791 #ifndef XFlush 10791 #ifdef XFlush
10792 x_flush, 10792 x_flush,
10793 #else 10793 #else
10794 0, /* flush_display_optional */ 10794 0, /* flush_display_optional */
10795 #endif 10795 #endif
10796 x_clear_window_mouse_face, 10796 x_clear_window_mouse_face,