emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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;




reply via email to

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