emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/oldXMenu/XMenu.h


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

Index: emacs/oldXMenu/XMenu.h
diff -c emacs/oldXMenu/XMenu.h:1.2 emacs/oldXMenu/XMenu.h:1.3
*** emacs/oldXMenu/XMenu.h:1.2  Thu Jan 27 10:29:38 2000
--- emacs/oldXMenu/XMenu.h      Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.2 2000/01/27 15:29:38 
gerd Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.3 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 8,14 ****
   *
   *    XMenu.h -       Include file for the MIT Project Athena
   *                    XMenu X window system menu package.
!  *                    
   *    Author:         Tony Della Fera, DEC
   *                    August, 1984
   */
--- 8,14 ----
   *
   *    XMenu.h -       Include file for the MIT Project Athena
   *                    XMenu X window system menu package.
!  *
   *    Author:         Tony Della Fera, DEC
   *                    August, 1984
   */
***************
*** 169,176 ****
  } XMMode;
  
  
! /* 
!  * Define the XMenu datatype. 
   *
   * All dimensions are in pixels unless otherwise noted.
   */
--- 169,176 ----
  } XMMode;
  
  
! /*
!  * Define the XMenu datatype.
   *
   * All dimensions are in pixels unless otherwise noted.
   */
***************
*** 216,222 ****
      int s_y_off;              /* Selection window Y offset. */
      int s_count;              /* Maximum number of selections per pane. */
      GC normal_select_GC;      /* GC used for inactive selections. */
!     GC inverse_select_GC;     /* GC used for active (current) selection. */  
      GC inact_GC;              /* GC used for inactive selections and */
                                /* panes headers. */
      /* -------------------- Color data -------------------- */
--- 216,222 ----
      int s_y_off;              /* Selection window Y offset. */
      int s_count;              /* Maximum number of selections per pane. */
      GC normal_select_GC;      /* GC used for inactive selections. */
!     GC inverse_select_GC;     /* GC used for active (current) selection. */
      GC inact_GC;              /* GC used for inactive selections and */
                                /* panes headers. */
      /* -------------------- Color data -------------------- */




reply via email to

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