summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenu.h
diff options
context:
space:
mode:
authorManuel Giraud <manuel@ledu-giraud.fr>2022-07-11 11:14:08 +0200
committerPo Lu <luangruo@yahoo.com>2022-07-16 18:59:09 +0800
commit38f9e9cb2c04af38a609e7d0a812f0809458125b (patch)
tree55894b51b692596c1c783bfdc7de5295ac56af4e /lwlib/xlwmenu.h
parentaf61bc7d0cc2978066cff88fd316bf999758d50a (diff)
downloademacs-38f9e9cb2c04af38a609e7d0a812f0809458125b.tar.gz
Colored menu highlight in Lucid backend
* lwlib/xlwmenuP.h: * lwlib/xlwmenu.h: * lwlib/xlwmenu.c: Introduce resources to handle colored highlighting of menu entries. * doc/emacs/xresources.texi (Lucid Resources): Documentation.
Diffstat (limited to 'lwlib/xlwmenu.h')
-rw-r--r--lwlib/xlwmenu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 7f4bf35939a..4e36bde3fb9 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -58,6 +58,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#define XtCAllowResize "AllowResize"
#define XtNborderThickness "borderThickness"
#define XtCBorderThickness "BorderThickness"
+#define XtNhighlightForeground "highlightForeground"
+#define XtCHighlightForeground "HighlightForeground"
+#define XtNhighlightBackground "highlightBackground"
+#define XtCHighlightBackground "HighlightBackground"
/* Motif-compatible resource names */
#define XmNshadowThickness "shadowThickness"