emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk 97b6907 2/2: * src/pgtkfns.c (Fx_show_tip): Adjust call for


From: Po Lu
Subject: feature/pgtk 97b6907 2/2: * src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.
Date: Sat, 18 Dec 2021 07:59:46 -0500 (EST)

branch: feature/pgtk
commit 97b6907563ae9c96ebb97876ce0662c7f9d47535
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.
---
 src/pgtkfns.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pgtkfns.c b/src/pgtkfns.c
index 5fc5bb4..21f3184 100644
--- a/src/pgtkfns.c
+++ b/src/pgtkfns.c
@@ -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);



reply via email to

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