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
e641e6e4
Commit
e641e6e4
authored
Jan 18, 2017
by
Huw Davies
Committed by
Alexandre Julliard
Jan 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Windows 10 no longer supports setting bpp to zero.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b510dcce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
monitor.c
dlls/user32/tests/monitor.c
+2
-2
No files found.
dlls/user32/tests/monitor.c
View file @
e641e6e4
...
...
@@ -131,9 +131,9 @@ struct vid_mode
};
static
const
struct
vid_mode
vid_modes_test
[]
=
{
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
|
DM_BITSPERPEL
|
DM_DISPLAYFREQUENCY
,
1
},
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
|
DM_BITSPERPEL
|
DM_DISPLAYFREQUENCY
,
0
},
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
|
DM_DISPLAYFREQUENCY
,
1
},
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
|
DM_BITSPERPEL
,
1
},
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
|
DM_BITSPERPEL
,
0
},
{
640
,
480
,
0
,
0
,
DM_PELSWIDTH
|
DM_PELSHEIGHT
,
1
},
{
640
,
480
,
0
,
0
,
DM_BITSPERPEL
,
0
},
{
640
,
480
,
0
,
0
,
DM_DISPLAYFREQUENCY
,
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