Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.251 emacs/src/w32fns.c:1.252
*** emacs/src/w32fns.c:1.251    Thu Jun 23 16:17:04 2005
--- emacs/src/w32fns.c  Sat Jun 25 22:36:38 2005
***************
*** 7586,7592 ****
    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;
--- 7586,7592 ----
    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