diff options
| author | Gerd Moellmann | 2000-07-21 14:36:24 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-21 14:36:24 +0000 |
| commit | aabb1e71d29c4abfbc67f4ce4f65e54b0c2cf088 (patch) | |
| tree | 5098688bb8ea01211657672dc8a9fa8709c9a724 /oldXMenu | |
| parent | 6214507352b68ebae83a29589fdb66311fbe691d (diff) | |
| download | emacs-aabb1e71d29c4abfbc67f4ce4f65e54b0c2cf088.tar.gz emacs-aabb1e71d29c4abfbc67f4ce4f65e54b0c2cf088.zip | |
(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 @@ | |||
| 1 | /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.1 1999/10/03 19:34:50 fx Exp $ */ | 1 | /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.2 2000/01/27 15:31:20 gerd Exp $ */ |
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 3 | ||
| 4 | #include "copyright.h" | 4 | #include "copyright.h" |
| @@ -311,7 +311,8 @@ XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data, | |||
| 311 | } | 311 | } |
| 312 | } | 312 | } |
| 313 | cur_s = (XMSelect *)event_xmw; | 313 | cur_s = (XMSelect *)event_xmw; |
| 314 | help_callback (cur_s->help_string); | 314 | help_callback (cur_s->help_string, |
| 315 | cur_p->serial, cur_s->serial); | ||
| 315 | 316 | ||
| 316 | /* | 317 | /* |
| 317 | * If the pane we are in is active and the | 318 | * If the pane we are in is active and the |