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
281c5365
Commit
281c5365
authored
Feb 18, 2022
by
Rafał Harabień
Committed by
Alexandre Julliard
Feb 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Add tests for more static control styles.
Signed-off-by:
Rafał Harabień
<
rafalh92@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fc4726c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
static.c
dlls/user32/tests/static.c
+9
-1
No files found.
dlls/user32/tests/static.c
View file @
281c5365
...
...
@@ -326,14 +326,22 @@ START_TEST(static)
ShowWindow
(
hMainWnd
,
SW_SHOW
);
test_updates
(
0
,
0
);
test_updates
(
SS_SIMPLE
,
0
);
test_updates
(
SS_ICON
,
0
);
test_updates
(
SS_BLACKRECT
,
TODO_COUNT
);
test_updates
(
SS_WHITERECT
,
TODO_COUNT
);
test_updates
(
SS_BLACKFRAME
,
TODO_COUNT
);
test_updates
(
SS_WHITEFRAME
,
TODO_COUNT
);
test_updates
(
SS_USERITEM
,
TODO_COUNT
);
test_updates
(
SS_SIMPLE
,
0
);
test_updates
(
SS_OWNERDRAW
,
0
);
test_updates
(
SS_BITMAP
,
0
);
test_updates
(
SS_BITMAP
|
SS_CENTERIMAGE
,
0
);
test_updates
(
SS_BLACKRECT
,
TODO_COUNT
);
test_updates
(
SS_WHITERECT
,
TODO_COUNT
);
test_updates
(
SS_ETCHEDHORZ
,
TODO_COUNT
);
test_updates
(
SS_ETCHEDVERT
,
TODO_COUNT
);
test_updates
(
SS_ETCHEDFRAME
,
TODO_COUNT
);
test_updates
(
SS_SUNKEN
,
0
);
test_set_text
();
test_set_image
();
test_STM_SETIMAGE
();
...
...
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