]> git.eshelyaron.com Git - emacs.git/commit
Allow setting tooltip colors in NS port
authorAlan Third <alan@idiocy.org>
Sat, 23 Dec 2017 11:00:35 +0000 (11:00 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 6 Jan 2018 22:50:35 +0000 (22:50 +0000)
commit15cd18991c1d9a9bafeef7bf9b4dad91ecc0332a
treefca8d2460b73c843ac270c6ce9c0194ec59ca326
parent5fd229735384a5fa479466124a181bf7d4ea8dab
Allow setting tooltip colors in NS port

* src/nsfns.m (Fx_show_tip): Get face colors and apply them to the
tooltip.
* src/nsmenu.m (EmacsTooltip::setBackgroundColor):
(EmacsTooltip::setForegroundColor): New functions.
* src/nsterm.h (EmacsTooltip::setBackgroundColor):
(EmacsTooltip::setForegroundColor): New function prototypes.
src/nsfns.m
src/nsmenu.m
src/nsterm.h