(w32_menu_display_help): Actually add the new argument

OWNER.
This commit is contained in:
Andrew Innes 2001-11-28 22:25:51 +00:00
parent 5b5907acb7
commit 59a86c996c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-11-28 Andrew Innes <andrewi@gnu.org>
* w32menu.c (w32_menu_display_help): Actually add the new argument
OWNER.
2001-11-28 Jason Rumney <jasonr@gnu.org>
* w32menu.c (add_menu_item): Do not use owner-draw for disabled

View file

@ -2181,7 +2181,7 @@ popup_activated ()
supported on NT 3.51 and earlier, as GetMenuItemInfo is not
available. */
void
w32_menu_display_help (HMENU menu, UINT item, UINT flags)
w32_menu_display_help (HWND owner, HMENU menu, UINT item, UINT flags)
{
HMODULE user32 = GetModuleHandle ("user32.dll");
FARPROC get_menu_item_info = GetProcAddress (user32, "GetMenuItemInfoA");