diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-21 14:36:24 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-21 14:36:24 +0000 |
commit | d5e203d83dd979e99074880c5fb9ab7a3eb5609a (patch) | |
tree | 7aa4b3f2f3bd3d08f2b8c89de9761cf585be07f8 /oldXMenu | |
parent | 5900e2b5986b89c99d3829ae5f83c6388f207593 (diff) | |
download | emacs-d5e203d83dd979e99074880c5fb9ab7a3eb5609a.tar.gz |
(XMenuActivate): Call help callback with two more
arguments: the pane number and selection number.
Diffstat (limited to 'oldXMenu')
-rw-r--r-- | oldXMenu/Activate.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 5774176e823..2c36cc85033 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c @@ -1,4 +1,4 @@ -/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.1 1999/10/03 19:34:50 fx Exp $ */ +/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.2 2000/01/27 15:31:20 gerd Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ #include "copyright.h" @@ -311,7 +311,8 @@ XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data, } } cur_s = (XMSelect *)event_xmw; - help_callback (cur_s->help_string); + help_callback (cur_s->help_string, + cur_p->serial, cur_s->serial); /* * If the pane we are in is active and the |