emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/oldXMenu/Post.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/Post.c
Date: Fri, 04 Apr 2003 01:23:43 -0500

Index: emacs/oldXMenu/Post.c
diff -c emacs/oldXMenu/Post.c:1.2 emacs/oldXMenu/Post.c:1.3
*** emacs/oldXMenu/Post.c:1.2   Thu Jan 27 10:30:47 2000
--- emacs/oldXMenu/Post.c       Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 
gerd Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 9,15 ****
   *    XMenuPost -     Maps a given menu to the display and activates
   *                    the menu for user selection.  The user is allowed to
   *                    specify the mouse button event mask that will be used
!  *                    to identify a selection request.  When a selection 
   *                    request is received (i.e., when the specified mouse
   *                    event occurs) the data  returned will be either the
   *                    data associated with the particular selection active
--- 9,15 ----
   *    XMenuPost -     Maps a given menu to the display and activates
   *                    the menu for user selection.  The user is allowed to
   *                    specify the mouse button event mask that will be used
!  *                    to identify a selection request.  When a selection
   *                    request is received (i.e., when the specified mouse
   *                    event occurs) the data  returned will be either the
   *                    data associated with the particular selection active
***************
*** 59,69 ****
       * Make the procedure call.
       */
      stat = XMenuActivate(
!                        display, 
                         menu,
!                        p_num, s_num, 
!                        x_pos, y_pos, 
!                        event_mask, 
                         &data, 0);
  
      /*
--- 59,69 ----
       * Make the procedure call.
       */
      stat = XMenuActivate(
!                        display,
                         menu,
!                        p_num, s_num,
!                        x_pos, y_pos,
!                        event_mask,
                         &data, 0);
  
      /*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]