10 LRESULT WINAPI PopupMenuWndProc( HWND hwnd, UINT message, WPARAM wParam,
13 extern BOOL MENU_Init(void);
14 extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup);
15 extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth,
17 extern BOOL MENU_PatchResidentPopup( HQUEUE16, WND* );
18 extern void MENU_TrackMouseMenuBar( WND *wnd, INT ht, POINT pt );
19 extern void MENU_TrackKbdMenuBar( WND *wnd, UINT wParam, INT vkey );
20 extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect,
21 HWND hwnd, BOOL suppress_draw );
23 #endif /* __WINE_MENU_H */