From 3adda344b6178f78e28df0eb35beb6601b08f7ce Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Mon, 6 Jul 2015 02:58:01 -0400 Subject: [PATCH] - Missing common resolution 1680x1050 added to resolution list of SDL and Cocoa. --- src/posix/cocoa/i_video.mm | 1 + src/posix/sdl/sdlvideo.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/posix/cocoa/i_video.mm b/src/posix/cocoa/i_video.mm index 29e6bf4d4..410a106f5 100644 --- a/src/posix/cocoa/i_video.mm +++ b/src/posix/cocoa/i_video.mm @@ -339,6 +339,7 @@ VideoModes[] = { 1600, 900 }, // 16:9 { 1600, 1000 }, // 16:10 { 1600, 1200 }, + { 1680, 1050 }, // 16:10 { 1920, 1080 }, { 1920, 1200 }, { 2048, 1536 }, diff --git a/src/posix/sdl/sdlvideo.cpp b/src/posix/sdl/sdlvideo.cpp index 76191e1a9..9da52c2dd 100644 --- a/src/posix/sdl/sdlvideo.cpp +++ b/src/posix/sdl/sdlvideo.cpp @@ -178,6 +178,7 @@ static MiniModeInfo WinModes[] = { 1600, 900 }, // 16:9 { 1600, 1000 }, // 16:10 { 1600, 1200 }, + { 1680, 1050 }, // 16:10 { 1920, 1080 }, { 1920, 1200 }, { 2048, 1536 },