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
ad5ca21d
Commit
ad5ca21d
authored
Nov 05, 2019
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Add optional flags for alternative sequence on w1064v1809.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e8348606
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
msg.c
dlls/user32/tests/msg.c
+4
-2
No files found.
dlls/user32/tests/msg.c
View file @
ad5ca21d
...
...
@@ -9054,11 +9054,13 @@ static const struct message WmShiftMouseButton[] = {
{
WM_MOUSEMOVE
,
sent
|
wparam
|
optional
,
0
,
0
},
{
WM_LBUTTONDOWN
,
wparam
,
MK_LBUTTON
|
MK_SHIFT
,
0
},
{
WM_LBUTTONDOWN
,
sent
|
wparam
,
MK_LBUTTON
|
MK_SHIFT
,
0
},
{
WM_LBUTTONUP
,
wparam
,
MK_SHIFT
,
0
},
{
WM_LBUTTONUP
,
sent
|
wparam
,
MK_SHIFT
,
0
},
{
WM_LBUTTONUP
,
wparam
|
optional
,
MK_SHIFT
,
0
},
/* < w1064v1809 */
{
WM_LBUTTONUP
,
sent
|
wparam
|
optional
,
MK_SHIFT
,
0
},
/* < w1064v1809 */
{
HCBT_KEYSKIPPED
,
hook
|
wparam
|
lparam
|
optional
,
VK_SHIFT
,
0xc0000001
},
/* XP */
{
WM_KEYUP
,
wparam
|
lparam
,
VK_SHIFT
,
0xc0000001
},
{
WM_KEYUP
,
sent
|
wparam
|
lparam
,
VK_SHIFT
,
0xc0000001
},
{
WM_LBUTTONUP
,
wparam
|
optional
,
MK_SHIFT
,
0
},
/* >= w1064v1809 */
{
WM_LBUTTONUP
,
sent
|
wparam
|
optional
,
MK_SHIFT
,
0
},
/* >= w1064v1809 */
{
0
}
};
static
const
struct
message
WmF1Seq
[]
=
{
...
...
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