]> code.delx.au - gnu-emacs/commitdiff
(Fx_show_tip): Pass new arg to try_window.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:37:06 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:37:06 +0000 (22:37 +0000)
src/macfns.c
src/w32fns.c
src/xfns.c

index da1afa13bd833ca26844518bb3aaca5389c77cfd..d0e97e15f698e570153ab9ac78c58a2056fbfbb0 100644 (file)
@@ -4088,7 +4088,7 @@ Text larger than the specified size is clipped.  */)
   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);
+  try_window (FRAME_ROOT_WINDOW (f), pos, 0);
 
   /* Compute width and height of the tooltip.  */
   width = height = 0;
index e9af1b8ce2feae583e2111da10def6a853efcf20..36131f2d1d8f19d2eb96cb41ecf8beaa0f0c3e80 100644 (file)
@@ -7586,7 +7586,7 @@ Text larger than the specified size is clipped.  */)
   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);
+  try_window (FRAME_ROOT_WINDOW (f), pos, 0);
 
   /* Compute width and height of the tooltip.  */
   width = height = 0;
index 4e0e18137c3a7fb104d87951535cae0093bc0b27..17a93ac887e486d3a0bb5124e18133e8f66265ee 100644 (file)
@@ -5086,7 +5086,7 @@ Text larger than the specified size is clipped.  */)
   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);
+  try_window (FRAME_ROOT_WINDOW (f), pos, 0);
 
   /* Compute width and height of the tooltip.  */
   width = height = 0;