]> git.eshelyaron.com Git - emacs.git/commit
(Vx_max_tooltip_size): New variable.
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:14:02 +0000 (13:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:14:02 +0000 (13:14 +0000)
commitd63931a26f6390e3dd44ec52bdb211ef46d4f604
treebf2028a3c3d64df6b7586c19f1b64b09be8055d3
parentf6e6cdf26a9cba29ddd2b042c03d5ea84ed7637b
(Vx_max_tooltip_size): New variable.
(syms_of_xfns): DEFVAR_LISP it.
(Fx_show_tip): Set frame's window_width to the width of the
window.  Use a maximum tooltip size specified by
Vx_max_tooltip_size, if that has valid contents.
(x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
src/xfns.c