emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/gtkutil.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.h
Date: Tue, 04 Feb 2003 09:03:27 -0500

Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.2 emacs/src/gtkutil.h:1.3
*** emacs/src/gtkutil.h:1.2     Sat Jan 25 11:25:39 2003
--- emacs/src/gtkutil.h Tue Feb  4 09:03:12 2003
***************
*** 66,72 ****
  typedef struct xg_menu_cb_data_
  {
    xg_list_node  ptrs;
!   
    FRAME_PTR     f;
    Lisp_Object   menu_bar_vector;
    int           menu_bar_items_used;
--- 66,72 ----
  typedef struct xg_menu_cb_data_
  {
    xg_list_node  ptrs;
! 
    FRAME_PTR     f;
    Lisp_Object   menu_bar_vector;
    int           menu_bar_items_used;
***************
*** 85,91 ****
    Lisp_Object   help;
    gpointer    call_data;
    xg_menu_cb_data *cl_data;
!   
  } xg_menu_item_cb_data;
  
  
--- 85,91 ----
    Lisp_Object   help;
    gpointer    call_data;
    xg_menu_cb_data *cl_data;
! 
  } xg_menu_item_cb_data;
  
  
***************
*** 98,104 ****
    char                *name;
    /* value (meaning depend on widget type) */
    char                *value;
!   /* keyboard equivalent. no implications for XtTranslations */ 
    char                *key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector
--- 98,104 ----
    char                *name;
    /* value (meaning depend on widget type) */
    char                *value;
!   /* keyboard equivalent. no implications for XtTranslations */
    char                *key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector




reply via email to

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