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
546bc6a6
Commit
546bc6a6
authored
Oct 19, 2005
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Oct 19, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a number of tests failing on windows.
parent
b26e055a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
msg.c
dlls/user/tests/msg.c
+3
-0
No files found.
dlls/user/tests/msg.c
View file @
546bc6a6
...
...
@@ -198,6 +198,7 @@ static const struct message WmSWP_FrameChanged_clip[] = {
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
parent
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOACTIVATE
|
SWP_NOZORDER
|
SWP_FRAMECHANGED
},
{
WM_NCCALCSIZE
,
sent
|
wparam
|
parent
,
1
},
{
WM_NCPAINT
,
sent
|
parent
},
/* wparam != 1 */
{
WM_GETTEXT
,
sent
|
parent
|
defwinproc
|
optional
},
{
WM_ERASEBKGND
,
sent
|
parent
|
optional
},
/* FIXME: remove optional once Wine is fixed */
{
WM_NCPAINT
,
sent
},
/* wparam != 1 */
{
WM_ERASEBKGND
,
sent
},
...
...
@@ -215,6 +216,7 @@ static const struct message WmSWP_FrameChangedDeferErase[] = {
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
|
parent
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_DEFERERASE
|
SWP_NOACTIVATE
|
SWP_NOZORDER
|
SWP_FRAMECHANGED
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
{
WM_PAINT
,
sent
|
parent
},
{
WM_NCPAINT
,
sent
|
beginpaint
|
parent
},
/* wparam != 1 */
{
WM_GETTEXT
,
sent
|
beginpaint
|
parent
|
defwinproc
|
optional
},
{
WM_PAINT
,
sent
},
{
WM_NCPAINT
,
sent
|
beginpaint
},
/* wparam != 1 */
{
WM_ERASEBKGND
,
sent
|
beginpaint
},
...
...
@@ -229,6 +231,7 @@ static const struct message WmSWP_FrameChanged_noclip[] = {
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
parent
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOACTIVATE
|
SWP_NOZORDER
|
SWP_FRAMECHANGED
},
{
WM_NCCALCSIZE
,
sent
|
wparam
|
parent
,
1
},
{
WM_NCPAINT
,
sent
|
parent
},
/* wparam != 1 */
{
WM_GETTEXT
,
sent
|
parent
|
defwinproc
|
optional
},
{
WM_ERASEBKGND
,
sent
|
parent
|
optional
},
/* FIXME: remove optional once Wine is fixed */
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
|
parent
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOACTIVATE
|
SWP_NOZORDER
|
SWP_FRAMECHANGED
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
{
WM_PAINT
,
sent
},
...
...
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