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
be139063
Commit
be139063
authored
Jan 17, 2017
by
Jarkko Korpi
Committed by
Alexandre Julliard
Jan 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Add 640x400 mode to virtual desktop.
Signed-off-by: Jarkko Korpi <jarkko_korpi@hotmail.com>= Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
14e24127
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
desktop.c
dlls/winex11.drv/desktop.c
+2
-2
No files found.
dlls/winex11.drv/desktop.c
View file @
be139063
...
...
@@ -37,8 +37,8 @@ static unsigned int dd_mode_count;
static
unsigned
int
max_width
;
static
unsigned
int
max_height
;
static
const
unsigned
int
widths
[]
=
{
320
,
320
,
400
,
512
,
640
,
800
,
1024
,
1152
,
1280
,
1280
,
1400
,
1600
};
static
const
unsigned
int
heights
[]
=
{
200
,
240
,
300
,
384
,
480
,
600
,
768
,
864
,
960
,
1024
,
1050
,
1200
};
static
const
unsigned
int
widths
[]
=
{
320
,
320
,
400
,
512
,
640
,
640
,
800
,
1024
,
1152
,
1280
,
1280
,
1400
,
1600
};
static
const
unsigned
int
heights
[]
=
{
200
,
240
,
300
,
384
,
4
00
,
4
80
,
600
,
768
,
864
,
960
,
1024
,
1050
,
1200
};
#define NUM_DESKTOP_MODES (sizeof(widths) / sizeof(widths[0]))
#define _NET_WM_STATE_REMOVE 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