Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59a86c99
Commit
59a86c99
authored
Nov 28, 2001
by
Andrew Innes
Browse files
(w32_menu_display_help): Actually add the new argument
OWNER.
parent
5b5907ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/w32menu.c
src/w32menu.c
+1
-1
No files found.
src/ChangeLog
View file @
59a86c99
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
...
...
src/w32menu.c
View file @
59a86c99
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment