aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorAdrian Robert2008-08-01 14:01:08 +0000
committerAdrian Robert2008-08-01 14:01:08 +0000
commit150349607cf648e78d34aa16ef1d43d774bc6044 (patch)
tree7d57cf5f3e5163c7ea3019b9527409df771efe42 /src/keyboard.h
parent27ec92c98304e2b61dc20a1db65972b0eb00d4cc (diff)
downloademacs-150349607cf648e78d34aa16ef1d43d774bc6044.tar.gz
emacs-150349607cf648e78d34aa16ef1d43d774bc6044.zip
clear warnings and clean up NS port
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index d0c3c860072..970ff46b825 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -367,6 +367,11 @@ typedef struct _widget_value
367} widget_value; 367} widget_value;
368#endif 368#endif
369 369
370#if defined (HAVE_NS) || defined (HAVE_NTGUI) || defined (USE_X_TOOLKIT) || defined (USE_GTK)
371extern widget_value *xmalloc_widget_value P_ ((void));
372extern widget_value *digest_single_submenu P_ ((int, int, int));
373#endif
374
370 375
371/* Macros for dealing with lispy events. */ 376/* Macros for dealing with lispy events. */
372 377