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
925c1c4e
Commit
925c1c4e
authored
Mar 09, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix some message sequences for Vista and Win9x.
parent
60ed3428
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
msg.c
dlls/user32/tests/msg.c
+16
-9
No files found.
dlls/user32/tests/msg.c
View file @
925c1c4e
...
...
@@ -181,6 +181,7 @@ static const struct message WmSWP_ShowOverlappedSeq[] = {
{
WM_ERASEBKGND
,
sent
|
optional
},
{
EVENT_OBJECT_LOCATIONCHANGE
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
WM_SYNCPAINT
,
sent
|
optional
},
{
WM_GETTITLEBARINFOEX
,
sent
|
optional
},
{
WM_PAINT
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
beginpaint
|
optional
},
{
WM_GETTEXT
,
sent
|
defwinproc
|
optional
},
...
...
@@ -498,6 +499,7 @@ static const struct message WmShowMaxOverlappedSeq[] = {
{
EVENT_OBJECT_LOCATIONCHANGE
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
EVENT_OBJECT_LOCATIONCHANGE
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
WM_SYNCPAINT
,
sent
|
optional
},
{
WM_GETTITLEBARINFOEX
,
sent
|
optional
},
{
WM_PAINT
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
beginpaint
|
optional
},
{
WM_ERASEBKGND
,
sent
|
beginpaint
|
optional
},
...
...
@@ -520,6 +522,7 @@ static const struct message WmShowRestoreMaxOverlappedSeq[] = {
{
WM_NCPAINT
,
sent
|
optional
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_PAINT
,
sent
|
optional
},
{
WM_GETTITLEBARINFOEX
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
beginpaint
|
optional
},
{
WM_ERASEBKGND
,
sent
|
beginpaint
|
optional
},
{
0
}
...
...
@@ -556,6 +559,7 @@ static const struct message WmShowRestoreMinOverlappedSeq[] = {
{
WM_ACTIVATE
,
sent
|
wparam
,
1
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_PAINT
,
sent
|
optional
},
{
WM_GETTITLEBARINFOEX
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
beginpaint
|
optional
},
{
WM_ERASEBKGND
,
sent
|
beginpaint
|
optional
},
{
0
}
...
...
@@ -1274,6 +1278,7 @@ static const struct message WmEndCustomDialogSeq[] = {
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
optional
,
SWP_NOACTIVATE
|
SWP_NOSIZE
|
SWP_NOMOVE
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
|
optional
,
SWP_NOACTIVATE
|
SWP_NOREDRAW
|
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
{
WM_GETTEXT
,
sent
|
optional
|
defwinproc
},
{
WM_GETTEXT
,
sent
|
optional
|
defwinproc
},
{
HCBT_SETFOCUS
,
hook
},
{
WM_KILLFOCUS
,
sent
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
0
},
...
...
@@ -1352,6 +1357,7 @@ static const struct message WmModalDialogSeq[] = {
{
EVENT_OBJECT_LOCATIONCHANGE
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
WM_PAINT
,
sent
|
optional
},
{
WM_CTLCOLORBTN
,
sent
|
optional
},
{
WM_GETTITLEBARINFOEX
,
sent
|
optional
},
{
WM_ENTERIDLE
,
sent
|
parent
|
optional
},
{
WM_ENTERIDLE
,
sent
|
parent
|
optional
},
{
WM_ENTERIDLE
,
sent
|
parent
|
optional
},
...
...
@@ -8208,8 +8214,8 @@ static const struct message ScrollWindowPaint1[] = {
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_GETTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
0
}
};
...
...
@@ -10449,13 +10455,8 @@ static const struct message SetActiveWindowSeq0[] =
{
WM_KILLFOCUS
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
WM_SETFOCUS
,
sent
|
defwinproc
|
optional
},
...
...
@@ -11326,6 +11327,12 @@ static void test_menu_messages(void)
skip
(
"queuing key events not supported
\n
"
);
goto
done
;
}
/* win98 queues only a WM_KEYUP and doesn't start menu tracking */
if
(
sequence
[
0
].
message
==
WM_KEYUP
&&
sequence
[
0
].
wParam
==
VK_MENU
)
{
win_skip
(
"menu tracking through VK_MENU not supported
\n
"
);
goto
done
;
}
ok_sequence
(
wm_popup_menu_1
,
"popup menu command"
,
FALSE
);
/* Alt+F, Right, Enter */
...
...
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