emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macfns.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Sat, 25 Jun 2005 18:37:07 -0400

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]