Mercurial > emacs
diff src/keyboard.h @ 97198:cf43f4e3ecc8
clear warnings and clean up NS port
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Fri, 01 Aug 2008 14:01:08 +0000 |
| parents | 840bd675fd85 |
| children | 01995cee1e95 |
line wrap: on
line diff
--- a/src/keyboard.h Fri Aug 01 12:56:49 2008 +0000 +++ b/src/keyboard.h Fri Aug 01 14:01:08 2008 +0000 @@ -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. */
