comparison 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
comparison
equal deleted inserted replaced
232:aa6545ea0638 233:52952cbfc5b5
32 32
33 #ifdef HAVE_MENUBARS 33 #ifdef HAVE_MENUBARS
34 34
35 /* Message handlers. Called from window procedure */ 35 /* Message handlers. Called from window procedure */
36 Lisp_Object mswindows_handle_wm_initmenupopup (HMENU hmenu, struct frame* frm); 36 Lisp_Object mswindows_handle_wm_initmenupopup (HMENU hmenu, struct frame* frm);
37 Lisp_Object mswindows_handle_wm_initmenu (struct frame* f); 37 Lisp_Object mswindows_handle_wm_initmenu (HMENU hmenu, struct frame* f);
38 Lisp_Object mswindows_handle_wm_exitmenuloop (struct frame* f); 38 Lisp_Object mswindows_handle_wm_exitmenuloop (struct frame* f);
39 Lisp_Object mswindows_handle_wm_command (struct frame* f, WORD command); 39 Lisp_Object mswindows_handle_wm_command (struct frame* f, WORD command);
40 40
41 #endif /* HAVE_MENUBARS */ 41 #endif /* HAVE_MENUBARS */
42 42