]> git.eshelyaron.com Git - emacs.git/commit
Fix calculation of default highlightForeground in the lucid menu bar
authorPo Lu <luangruo@yahoo.com>
Wed, 20 Jul 2022 11:05:58 +0000 (19:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 20 Jul 2022 11:06:27 +0000 (19:06 +0800)
commit05a022c36e4177842dd6a4f3e24c2ed1776dbb66
tree1b9b0d79ccb36c3076c1baa8fb425d8661995e0f
parente0b6f87fd7772722e81c0fa3005c44cffc6e7ccf
Fix calculation of default highlightForeground in the lucid menu bar

* lwlib/xlwmenu.c (xlwMenuResources, display_menu_item)
(make_drawing_gcs, make_shadow_gcs, openXftFont, XlwMenuRealize)
(XlwMenuSetValues): Use -1 as the default for
highlight_foreground.  Replace that with the normal foreground
when creating GCs.  Reported by Colin Baxter
<m43cap@yandex.com>.
lwlib/xlwmenu.c