emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lwlib/xlwmenuP.h,v
Date: Mon, 01 Jan 2007 15:19:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        07/01/01 15:19:58

Index: xlwmenuP.h
===================================================================
RCS file: /cvsroot/emacs/emacs/lwlib/xlwmenuP.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- xlwmenuP.h  5 Feb 2006 22:49:33 -0000       1.16
+++ xlwmenuP.h  1 Jan 2007 15:19:58 -0000       1.17
@@ -64,6 +64,7 @@
   Cursor       cursor_shape;
   XtCallbackList       open;
   XtCallbackList       select, highlight;
+  XtCallbackList        enter, leave;
   widget_value*        contents;
   int          horizontal;
 
@@ -76,6 +77,7 @@
   int                  old_depth;
   widget_value**       old_stack;
   int                  old_stack_length;
+  widget_value*         inside_entry;
 
   /* New state after the user moved */
   int                  new_depth;




reply via email to

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