Skip to content

Commit

Permalink
winex11: Tweak scaling resolutions
Browse files Browse the repository at this point in the history
Based on feedback in wine-mirror#12.
  • Loading branch information
aeikum authored and kakra committed Sep 6, 2018
1 parent 038982d commit d6fe09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlls/winex11.drv/settings.c
Expand Up @@ -159,12 +159,12 @@ static struct fs_mode {
{1280, 720}, /* 16:9 */
{1920, 1080}, /* 16:9 */
{2560, 1440}, /* 16:9 */
{ 768, 480}, /* 8:5 */
{1440, 900}, /* 8:5 */
{1680, 1050}, /* 8:5 */
{1920, 1200}, /* 8:5 */
{2560, 1600}, /* 8:5 */
{ 960, 640}, /* 3:2 */
{1440, 960}, /* 3:2 */
{1920, 1280}, /* 3:2 */
{2560, 1080}, /* 21:9 ultra-wide */
{1920, 800}, /* 12:5 */
{3840, 1600}, /* 12:5 */
Expand Down

0 comments on commit d6fe09f

Please sign in to comment.