]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.
authorPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 12:59:11 +0000 (20:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 12:59:11 +0000 (20:59 +0800)
src/pgtkfns.c

index 5fc5bb4bf2226fe3db38cc6f1eef8edd196d4843..21f31848a58f39d89b22b75ccc9aa069c3e88a17 100644 (file)
@@ -3490,7 +3490,8 @@ Text larger than the specified size is clipped.  */)
   try_window (window, pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
   /* Calculate size of tooltip window.  */
   size = Fwindow_text_pixel_size (window, Qnil, Qnil, Qnil,
-                                 make_fixnum (w->pixel_height), Qnil);
+                                 make_fixnum (w->pixel_height), Qnil,
+                                 Qnil);
   /* Add the frame's internal border to calculated size.  */
   width = XFIXNUM (Fcar (size)) + 2 * FRAME_INTERNAL_BORDER_WIDTH (tip_f);
   height = XFIXNUM (Fcdr (size)) + 2 * FRAME_INTERNAL_BORDER_WIDTH (tip_f);