changeset 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 d93b1a9c3c96
children bbfd0e676041
files oldXMenu/Post.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/oldXMenu/Post.c	Thu Jan 27 15:30:18 2000 +0000
+++ b/oldXMenu/Post.c	Thu Jan 27 15:30:47 2000 +0000
@@ -1,6 +1,6 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Post.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */
+/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985	*/
 
 /*
@@ -64,7 +64,7 @@
 			 p_num, s_num, 
 			 x_pos, y_pos, 
 			 event_mask, 
-			 &data);
+			 &data, 0);
 
     /*
      * Check the return value and return accordingly.