Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.639 emacs/src/xfns.c:1.640
*** emacs/src/xfns.c:1.639      Tue May 10 09:17:29 2005
--- emacs/src/xfns.c    Sat Jun 25 22:36:14 2005
***************
*** 5086,5092 ****
    clear_glyph_matrix (w->desired_matrix);
    clear_glyph_matrix (w->current_matrix);
    SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
!   try_window (FRAME_ROOT_WINDOW (f), pos);
  
    /* Compute width and height of the tooltip.  */
    width = height = 0;
--- 5086,5092 ----
    clear_glyph_matrix (w->desired_matrix);
    clear_glyph_matrix (w->current_matrix);
    SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
!   try_window (FRAME_ROOT_WINDOW (f), pos, 0);
  
    /* Compute width and height of the tooltip.  */
    width = height = 0;


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to