emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lwlib/lwlib.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.h
Date: Tue, 31 Aug 2004 07:45:04 -0400

Index: emacs/lwlib/lwlib.h
diff -c emacs/lwlib/lwlib.h:1.15 emacs/lwlib/lwlib.h:1.16
*** emacs/lwlib/lwlib.h:1.15    Mon Sep  1 15:45:41 2003
--- emacs/lwlib/lwlib.h Mon Aug 30 19:42:20 2004
***************
*** 64,73 ****
--- 64,75 ----
  typedef struct _widget_value
  {
    /* name of widget */
+   Lisp_Object   lname;
    char*               name;
    /* value (meaning depend on widget type) */
    char*               value;
    /* keyboard equivalent. no implications for XtTranslations */
+   Lisp_Object   lkey;
    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]