Mercurial > emacs
changeset 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 | 43c0581b11aa |
children | 6366d7b348f2 |
files | src/nsterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);