]> git.eshelyaron.com Git - emacs.git/commit
Make system tooltips display in the menu bar on Haiku
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Jan 2022 10:53:49 +0000 (10:53 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 20 Jan 2022 10:55:52 +0000 (10:55 +0000)
commite26071e9903e9ba2f7a761352c31e52235f75121
treeff160a83682c567649ba64870f725533fb8e9bd8
parentb929bdaeb6bcb919d4d1a5d02713cdcac3fc44d0
Make system tooltips display in the menu bar on Haiku

* doc/emacs/haiku.texi (Haiku Basics): Update documentation.
* src/haiku_support.cc (Highlight): Apply the hack used for
regular menus to the menu bar as well.
* src/haikumenu.c (digest_menu_items): Set help text on menu bar
if `tooltip-mode' is t and system tooltips are used.
(syms_of_haikumenu): New symbol `tooltip-mode'.
doc/emacs/haiku.texi
src/haiku_support.cc
src/haikumenu.c