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
fdfc6022
Commit
fdfc6022
authored
Nov 12, 2019
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Add optional messages to test sequences.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c1b8deef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
msg.c
dlls/user32/tests/msg.c
+13
-0
No files found.
dlls/user32/tests/msg.c
View file @
fdfc6022
...
...
@@ -962,6 +962,12 @@ static const struct message WmShowPopupExtremeLocationSeq[] = {
{
HCBT_ACTIVATE
,
hook
},
{
WM_WINDOWPOSCHANGING
,
sent
|
optional
},
{
WM_QUERYNEWPALETTE
,
sent
|
optional
},
/* occasionally received on test machines */
{
WM_NCPAINT
,
sent
|
optional
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGED
,
sent
|
optional
},
{
WM_ACTIVATEAPP
,
sent
},
{
WM_NCACTIVATE
,
sent
},
{
WM_ACTIVATE
,
sent
},
...
...
@@ -7879,6 +7885,7 @@ static const struct message WmParentPaintNc[] = {
{
WM_NCPAINT
,
sent
|
beginpaint
},
{
WM_GETTEXT
,
sent
|
beginpaint
|
defwinproc
|
optional
},
{
WM_ERASEBKGND
,
sent
|
beginpaint
|
optional
},
{
WM_GETMINMAXINFO
,
sent
|
optional
},
{
0
}
};
...
...
@@ -12731,6 +12738,7 @@ static void test_notify_message(void)
}
static
const
struct
message
WmMouseHoverSeq
[]
=
{
{
WM_GETMINMAXINFO
,
sent
|
optional
},
/* sometimes seen on w1064v1809 */
{
WM_MOUSEACTIVATE
,
sent
|
optional
},
/* we can get those when moving the mouse in focus-follow-mouse mode under X11 */
{
WM_MOUSEACTIVATE
,
sent
|
optional
},
{
WM_TIMER
,
sent
|
optional
},
/* XP sends it */
...
...
@@ -13762,6 +13770,7 @@ static const struct message WmCreateDialogParamSeq_4[] = {
{
WM_QUERYNEWPALETTE
,
sent
|
parent
|
optional
},
/* TODO: this message should not be sent */
{
WM_WINDOWPOSCHANGING
,
sent
|
parent
|
wparam
|
optional
,
SWP_NOSIZE
|
SWP_NOMOVE
},
{
WM_WINDOWPOSCHANGING
,
sent
|
parent
|
wparam
|
optional
,
SWP_NOSIZE
|
SWP_NOMOVE
},
{
WM_WINDOWPOSCHANGED
,
sent
|
parent
|
wparam
|
optional
,
SWP_NOREDRAW
|
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
{
WM_ACTIVATEAPP
,
sent
|
parent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
|
parent
},
{
WM_ACTIVATE
,
sent
|
parent
|
wparam
,
1
},
...
...
@@ -17751,6 +17760,10 @@ static const struct message WmRestoreMinimizedSeq[] =
{
WM_SYSKEYUP
,
sent
|
optional
},
{
HCBT_KEYSKIPPED
,
hook
|
optional
},
{
WM_KEYUP
,
sent
|
optional
},
{
HCBT_KEYSKIPPED
,
hook
|
optional
},
{
WM_SYSKEYUP
,
sent
|
optional
},
{
HCBT_KEYSKIPPED
,
hook
|
optional
},
{
WM_KEYUP
,
sent
|
optional
},
{
WM_PAINT
,
sent
|
optional
},
{
0
}
};
...
...
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