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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
59a86c99
Commit
59a86c99
authored
Nov 28, 2001
by
Andrew Innes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(w32_menu_display_help): Actually add the new argument
OWNER.
parent
5b5907ac
Changes
2
Hide 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
(
H
WND
owner
,
H
MENU
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