diff options
Diffstat (limited to 'src/xfns.c')
| -rw-r--r-- | src/xfns.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index e5efec27b7d..1de6fc71d1a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5070,7 +5070,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;  | 
