summaryrefslogtreecommitdiff
path: root/doc/emacs/xresources.texi
diff options
context:
space:
mode:
authorGregory Heytings <gregory@heytings.org>2021-11-16 09:00:24 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-11-16 09:00:24 +0100
commit24a817ccad7e67bd2bb0f23ea572073f36bdc3d9 (patch)
tree438a44f909dbfc9b1637d21d8bb0c4b10600a1fb /doc/emacs/xresources.texi
parent977f102a49749e09cec1766158ec617704606089 (diff)
downloademacs-24a817ccad7e67bd2bb0f23ea572073f36bdc3d9.tar.gz
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).
Diffstat (limited to 'doc/emacs/xresources.texi')
-rw-r--r--doc/emacs/xresources.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 00fa6c0aa31..0e0070829c1 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -406,6 +406,9 @@ the associated text. Default is 10.
@item shadowThickness
Thickness of shadow lines for 3D buttons, arrows, and other graphical
elements. Default is 1.
+@item borderThickness
+Thickness of the external borders of the menu bars and pop-up menus.
+Default is 1.
@end ifnottex
@item margin
Margin of the menu bar, in characters. Default is 1.