Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.61 emacs/src/macfns.c:1.62
*** emacs/src/macfns.c:1.61     Thu Jun 23 16:12:25 2005
--- emacs/src/macfns.c  Sat Jun 25 22:37:06 2005
***************
*** 4088,4094 ****
    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;
--- 4088,4094 ----
    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
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to