emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/AddSel.c
Date: Tue, 04 Feb 2003 09:19:03 -0500

Index: emacs/oldXMenu/AddSel.c
diff -c emacs/oldXMenu/AddSel.c:1.2 emacs/oldXMenu/AddSel.c:1.3
*** emacs/oldXMenu/AddSel.c:1.2 Thu Jan 27 10:30:18 2000
--- emacs/oldXMenu/AddSel.c     Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.2 2000/01/27 15:30:18 
gerd Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.3 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 32,38 ****
  
      int label_length;         /* Label lenght in characters. */
      int label_width;          /* Label width in pixels. */
!     
      /*
       * Check for NULL pointers!
       */
--- 32,38 ----
  
      int label_length;         /* Label lenght in characters. */
      int label_width;          /* Label width in pixels. */
! 
      /*
       * Check for NULL pointers!
       */
***************
*** 59,65 ****
       */
      label_length = strlen(label);
      label_width = XTextWidth(menu->s_fnt_info, label, label_length);
!     
      /*
       * Fill the XMSelect structure.
       */
--- 59,65 ----
       */
      label_length = strlen(label);
      label_width = XTextWidth(menu->s_fnt_info, label, label_length);
! 
      /*
       * Fill the XMSelect structure.
       */
***************
*** 81,87 ****
      select->data = data;
      select->parent_p = pane;
      select->help_string = help;
!     
      /*
       * Insert the selection at the end of the selection list.
       */
--- 81,87 ----
      select->data = data;
      select->parent_p = pane;
      select->help_string = help;
! 
      /*
       * Insert the selection at the end of the selection list.
       */




reply via email to

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