emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32menu.c


From: Andrew Innes
Subject: [Emacs-diffs] Changes to emacs/src/w32menu.c
Date: Wed, 28 Nov 2001 17:24:50 -0500

Index: emacs/src/w32menu.c
diff -u emacs/src/w32menu.c:1.46 emacs/src/w32menu.c:1.47
--- emacs/src/w32menu.c:1.46    Wed Nov 28 15:31:43 2001
+++ emacs/src/w32menu.c Wed Nov 28 17:24:50 2001
@@ -2181,7 +2181,7 @@
    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");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]