mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
winex11: Add 1280x960 resolution.
This enables high resolution setting in Anachronox, when Wine is configured to emulate a virtual desktop. The game only supports 640x480 and 1280x960. Signed-off-by: Miklós Máté <mtmkls@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d2d40b1da3
commit
c0219a7384
1 changed files with 2 additions and 2 deletions
|
@ -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, 400, 512, 640, 800, 1024, 1152, 1280, 1400, 1600};
|
||||
static const unsigned int heights[] = {200, 300, 384, 480, 600, 768, 864, 1024, 1050, 1200};
|
||||
static const unsigned int widths[] = {320, 400, 512, 640, 800, 1024, 1152, 1280, 1280, 1400, 1600};
|
||||
static const unsigned int heights[] = {200, 300, 384, 480, 600, 768, 864, 960, 1024, 1050, 1200};
|
||||
#define NUM_DESKTOP_MODES (sizeof(widths) / sizeof(widths[0]))
|
||||
|
||||
#define _NET_WM_STATE_REMOVE 0
|
||||
|
|
Loading…
Reference in a new issue