Mercurial > emacs
comparison oldXMenu/Post.c @ 27456:4a9ea0d1735b
(XMenuPost): Pass null help callback to XMenuActivate.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Jan 2000 15:30:47 +0000 |
parents | bbce331da1be |
children | 23a1cea22d13 |
comparison
equal
deleted
inserted
replaced
27455:d93b1a9c3c96 | 27456:4a9ea0d1735b |
---|---|
1 #include "copyright.h" | 1 #include "copyright.h" |
2 | 2 |
3 /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Post.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ | 3 /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */ |
4 /* Copyright Massachusetts Institute of Technology 1985 */ | 4 /* Copyright Massachusetts Institute of Technology 1985 */ |
5 | 5 |
6 /* | 6 /* |
7 * XMenu: MIT Project Athena, X Window system menu package | 7 * XMenu: MIT Project Athena, X Window system menu package |
8 * | 8 * |
62 display, | 62 display, |
63 menu, | 63 menu, |
64 p_num, s_num, | 64 p_num, s_num, |
65 x_pos, y_pos, | 65 x_pos, y_pos, |
66 event_mask, | 66 event_mask, |
67 &data); | 67 &data, 0); |
68 | 68 |
69 /* | 69 /* |
70 * Check the return value and return accordingly. | 70 * Check the return value and return accordingly. |
71 */ | 71 */ |
72 switch (stat) { | 72 switch (stat) { |