diff options
| author | Adrian Robert | 2008-08-01 14:01:08 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-01 14:01:08 +0000 |
| commit | 150349607cf648e78d34aa16ef1d43d774bc6044 (patch) | |
| tree | 7d57cf5f3e5163c7ea3019b9527409df771efe42 /src/keyboard.h | |
| parent | 27ec92c98304e2b61dc20a1db65972b0eb00d4cc (diff) | |
| download | emacs-150349607cf648e78d34aa16ef1d43d774bc6044.tar.gz emacs-150349607cf648e78d34aa16ef1d43d774bc6044.zip | |
clear warnings and clean up NS port
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 5 |
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) | ||
| 371 | extern widget_value *xmalloc_widget_value P_ ((void)); | ||
| 372 | extern 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 | ||