]> git.eshelyaron.com Git - emacs.git/commitdiff
(find_and_call_menu_selection): Fix prototype.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Aug 2008 17:14:16 +0000 (17:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Aug 2008 17:14:16 +0000 (17:14 +0000)
src/nsterm.h

index c6da68e6c07220023c8632821b00af695d4212f5..d2a66aadfef45e0d25d56b21af613daff03e4481 100644 (file)
@@ -773,7 +773,7 @@ extern void ns_release_autorelease_pool ();
 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);