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
a167fe28
Commit
a167fe28
authored
Jul 03, 2005
by
Lionel Ulmer
Committed by
Alexandre Julliard
Jul 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some resolutions to what Desktop mode supports.
parent
f28a1eda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
desktop.c
dlls/x11drv/desktop.c
+3
-3
No files found.
dlls/x11drv/desktop.c
View file @
a167fe28
...
...
@@ -114,9 +114,9 @@ static unsigned int dd_mode_count;
static
unsigned
int
max_width
;
static
unsigned
int
max_height
;
static
const
unsigned
int
widths
[]
=
{
320
,
512
,
640
,
800
,
1024
,
1152
,
128
0
,
1600
};
static
const
unsigned
int
heights
[]
=
{
200
,
3
84
,
480
,
600
,
768
,
864
,
1024
,
1200
};
#define NUM_DESKTOP_MODES (
8
)
static
const
unsigned
int
widths
[]
=
{
320
,
400
,
512
,
640
,
800
,
1024
,
1152
,
1280
,
140
0
,
1600
};
static
const
unsigned
int
heights
[]
=
{
200
,
3
00
,
384
,
480
,
600
,
768
,
864
,
1024
,
1050
,
1200
};
#define NUM_DESKTOP_MODES (
sizeof(widths) / sizeof(widths[0])
)
/* create the mode structures */
static
void
make_modes
(
void
)
...
...
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