emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.h,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v
Date: Fri, 01 Aug 2008 14:01:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/08/01 14:01:09

Index: keyboard.h
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- keyboard.h  31 Jul 2008 02:47:28 -0000      1.88
+++ keyboard.h  1 Aug 2008 14:01:07 -0000       1.89
@@ -367,6 +367,11 @@
 } widget_value;
 #endif
 
+#if defined (HAVE_NS) || defined (HAVE_NTGUI) || defined (USE_X_TOOLKIT) || 
defined (USE_GTK)
+extern widget_value *xmalloc_widget_value P_ ((void));
+extern widget_value *digest_single_submenu P_ ((int, int, int));
+#endif
+
 
 /* Macros for dealing with lispy events.  */
 




reply via email to

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