Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0c62bf06
Commit
0c62bf06
authored
Sep 13, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Sep 13, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added MenuItemFromPoint stub.
parent
200f8921
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
menu.c
controls/menu.c
+10
-0
user32.spec
relay32/user32.spec
+1
-1
No files found.
controls/menu.c
View file @
0c62bf06
...
...
@@ -4737,3 +4737,13 @@ DWORD WINAPI GetMenuContextHelpId( HMENU hMenu )
}
return
0
;
}
/**********************************************************************
* MenuItemFromPoint (USER32.387)
*/
UINT
WINAPI
MenuItemFromPoint
(
HWND
hWnd
,
HMENU
hMenu
,
POINT
ptScreen
)
{
FIXME
(
"(0x%04x,0x%04x,(%ld,%ld)):stub
\n
"
,
hWnd
,
hMenu
,
ptScreen
.
x
,
ptScreen
.
y
);
return
0
;
}
relay32/user32.spec
View file @
0c62bf06
...
...
@@ -388,7 +388,7 @@ init MAIN_UserInit
384 stdcall MapVirtualKeyExA(long long long) MapVirtualKeyEx32A
385 stdcall MapVirtualKeyW(long long) MapVirtualKeyA
386 stdcall MapWindowPoints(long long ptr long) MapWindowPoints
387 st
ub
MenuItemFromPoint
387 st
dcall MenuItemFromPoint()
MenuItemFromPoint
388 stub MenuWindowProcA
389 stub MenuWindowProcW
390 stdcall MessageBeep(long) MessageBeep
...
...
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