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
df055b2d
Commit
df055b2d
authored
Jul 06, 2009
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jul 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fix some BM_SETSTYLE test failres under Win9x.
parent
359a3898
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
msg.c
dlls/user32/tests/msg.c
+5
-5
No files found.
dlls/user32/tests/msg.c
View file @
df055b2d
...
...
@@ -5215,7 +5215,7 @@ static const struct message WmSetStyleButtonSeq[] =
{
WM_APP
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_PAINT
,
sent
},
{
WM_NCPAINT
,
sent
|
defwinproc
|
optional
},
/* FIXME: Wine sends it */
{
WM_ERASEBKGND
,
sent
|
defwinproc
},
{
WM_ERASEBKGND
,
sent
|
defwinproc
|
optional
},
/* Win9x doesn't send it */
{
WM_CTLCOLORBTN
,
sent
|
parent
},
{
0
}
};
...
...
@@ -5225,7 +5225,7 @@ static const struct message WmSetStyleStaticSeq[] =
{
WM_APP
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_PAINT
,
sent
},
{
WM_NCPAINT
,
sent
|
defwinproc
|
optional
},
/* FIXME: Wine sends it */
{
WM_ERASEBKGND
,
sent
|
defwinproc
},
{
WM_ERASEBKGND
,
sent
|
defwinproc
|
optional
},
/* Win9x doesn't send it */
{
WM_CTLCOLORSTATIC
,
sent
|
parent
},
{
0
}
};
...
...
@@ -5235,7 +5235,7 @@ static const struct message WmSetStyleUserSeq[] =
{
WM_APP
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_PAINT
,
sent
},
{
WM_NCPAINT
,
sent
|
defwinproc
|
optional
},
/* FIXME: Wine sends it */
{
WM_ERASEBKGND
,
sent
|
defwinproc
},
{
WM_ERASEBKGND
,
sent
|
defwinproc
|
optional
},
/* Win9x doesn't send it */
{
WM_CTLCOLORBTN
,
sent
|
parent
},
{
WM_COMMAND
,
sent
|
wparam
|
parent
,
MAKEWPARAM
(
ID_BUTTON
,
BN_PAINT
)
},
{
0
}
...
...
@@ -5246,9 +5246,9 @@ static const struct message WmSetStyleOwnerdrawSeq[] =
{
WM_APP
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_PAINT
,
sent
},
{
WM_NCPAINT
,
sent
|
optional
},
/* FIXME: Wine sends it */
{
WM_ERASEBKGND
,
sent
|
defwinproc
},
{
WM_CTLCOLORBTN
,
sent
|
parent
},
{
WM_ERASEBKGND
,
sent
|
defwinproc
|
optional
},
/* Win9x doesn't send it */
{
WM_CTLCOLORBTN
,
sent
|
parent
},
{
WM_CTLCOLORBTN
,
sent
|
parent
|
optional
},
/* Win9x doesn't send it */
{
WM_DRAWITEM
,
sent
|
wparam
|
lparam
|
parent
,
ID_BUTTON
,
0x000010e4
},
{
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