From aabb1e71d29c4abfbc67f4ce4f65e54b0c2cf088 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 21 Jul 2000 14:36:24 +0000 Subject: [PATCH] (XMenuActivate): Call help callback with two more arguments: the pane number and selection number. --- oldXMenu/Activate.c | 5 +++-- 1 file 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 -- 2.39.2