comparison src/xfns.c @ 90199:bb71c6cf2009

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Jun 2005 00:31:46 +0000
parents 62afea0771d8 b9edfe751512
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90198:97f6c3a96df1 90199:bb71c6cf2009
5068 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->buffer)); 5068 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->buffer));
5069 current_buffer->truncate_lines = Qnil; 5069 current_buffer->truncate_lines = Qnil;
5070 clear_glyph_matrix (w->desired_matrix); 5070 clear_glyph_matrix (w->desired_matrix);
5071 clear_glyph_matrix (w->current_matrix); 5071 clear_glyph_matrix (w->current_matrix);
5072 SET_TEXT_POS (pos, BEGV, BEGV_BYTE); 5072 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
5073 try_window (FRAME_ROOT_WINDOW (f), pos); 5073 try_window (FRAME_ROOT_WINDOW (f), pos, 0);
5074 5074
5075 /* Compute width and height of the tooltip. */ 5075 /* Compute width and height of the tooltip. */
5076 width = height = 0; 5076 width = height = 0;
5077 for (i = 0; i < w->desired_matrix->nrows; ++i) 5077 for (i = 0; i < w->desired_matrix->nrows; ++i)
5078 { 5078 {