Mercurial > hg > xemacs-beta
diff src/menubar-msw.h @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 557eaa0339bf |
children | 6330739388db |
line wrap: on
line diff
--- a/src/menubar-msw.h Mon Aug 13 10:13:49 2007 +0200 +++ b/src/menubar-msw.h Mon Aug 13 10:14:14 2007 +0200 @@ -34,7 +34,7 @@ /* Message handlers. Called from window procedure */ Lisp_Object mswindows_handle_wm_initmenupopup (HMENU hmenu, struct frame* frm); -Lisp_Object mswindows_handle_wm_initmenu (struct frame* f); +Lisp_Object mswindows_handle_wm_initmenu (HMENU hmenu, struct frame* f); Lisp_Object mswindows_handle_wm_exitmenuloop (struct frame* f); Lisp_Object mswindows_handle_wm_command (struct frame* f, WORD command);