diff src/nsterm.h @ 97269:eed9154c9cad

(find_and_call_menu_selection): Fix prototype.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 04 Aug 2008 17:14:16 +0000
parents 9ca52564cbea
children 2e16fead73d6
line wrap: on
line diff
--- a/src/nsterm.h	Mon Aug 04 17:14:08 2008 +0000
+++ b/src/nsterm.h	Mon Aug 04 17:14:16 2008 +0000
@@ -773,7 +773,7 @@
 extern void update_frame_tool_bar (FRAME_PTR f);
 extern void free_frame_tool_bar (FRAME_PTR f);
 extern void find_and_call_menu_selection (FRAME_PTR f,
-    EMACS_INT menu_bar_items_used, Lisp_Object vector, void *client_data);
+    int menu_bar_items_used, Lisp_Object vector, void *client_data);
 extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f,
                                                    int keymaps,
                                                    void *client_data);