]> git.eshelyaron.com Git - emacs.git/commit
New X resource to control the border thickness of menus
authorGregory Heytings <gregory@heytings.org>
Tue, 16 Nov 2021 08:00:24 +0000 (09:00 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 16 Nov 2021 08:00:24 +0000 (09:00 +0100)
commit24a817ccad7e67bd2bb0f23ea572073f36bdc3d9
tree438a44f909dbfc9b1637d21d8bb0c4b10600a1fb
parent977f102a49749e09cec1766158ec617704606089
New X resource to control the border thickness of menus

* lwlib/xlwmenu.h (XtNborderThickness, XtCBorderThickness): New X
resource name.
* lwlib/xlwmenuP.h (XlwMenuPart): New border_thickness field.
* lwlib/xlwmenu.c (xlwMenuResources): Access the new resource.
(draw_shadow_rectangle): Use the new resource value.
* doc/emacs/xresources.texi (Lucid Resources): Document the new
resource (bug#51867).
doc/emacs/xresources.texi
etc/NEWS
lwlib/xlwmenu.c
lwlib/xlwmenu.h
lwlib/xlwmenuP.h