summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-27 15:29:38 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-27 15:29:38 +0000
commit991250b231dc2df11b04b59c70879558dd1bfd46 (patch)
treea49c68b07080b255993d84a8904a1164d999d570 /oldXMenu
parent326b181e20041856677a8cfa2b14dd33a17ff134 (diff)
downloademacs-991250b231dc2df11b04b59c70879558dd1bfd46.tar.gz
(XmSelect): Add member `help_string'.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/XMenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 8b90c992d32..b94c01548cd 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/XMenu.h,v 1.1 1992/04/11 22:10:21 jimb Exp $ */
+/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/XMenu.h,v 1.1 1999/10/03 19:35:23 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -140,6 +140,7 @@ typedef struct _xmselect {
struct _xmwindow *pad_l9; /* ---- */
char *data; /* -- Selection data pointer. */
struct _xmpane *parent_p; /* -- Selection parent pane structure. */
+ char *help_string; /* Help string or null. */
} XMSelect;