Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
46166178
Commit
46166178
authored
Jul 24, 1999
by
Abey George
Committed by
Alexandre Julliard
Jul 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
parent
106b0832
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
defwnd.c
windows/defwnd.c
+2
-2
No files found.
windows/defwnd.c
View file @
46166178
...
...
@@ -205,8 +205,8 @@ static LRESULT DEFWND_DefWinProc( WND *wndPtr, UINT msg, WPARAM wParam,
case
WM_NCLBUTTONDBLCLK
:
return
NC_HandleNCLButtonDblClk
(
wndPtr
,
wParam
,
lParam
);
case
WM_RBUTTON
DOWN
:
case
WM_NCRBUTTON
DOWN
:
case
WM_RBUTTON
UP
:
case
WM_NCRBUTTON
UP
:
if
((
wndPtr
->
flags
&
WIN_ISWIN32
)
||
(
TWEAK_WineLook
>
WIN31_LOOK
))
{
ClientToScreen16
(
wndPtr
->
hwndSelf
,
(
LPPOINT16
)
&
lParam
);
...
...
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