Skip to content

Commit ce2c75a

Browse files
committed
winex11: Tweak scaling resolutions
Based on feedback in wine-mirror#12.
1 parent cf7b752 commit ce2c75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlls/winex11.drv/settings.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ static struct fs_mode {
159159
{1280, 720}, /* 16:9 */
160160
{1920, 1080}, /* 16:9 */
161161
{2560, 1440}, /* 16:9 */
162-
{ 768, 480}, /* 8:5 */
163162
{1440, 900}, /* 8:5 */
163+
{1680, 1050}, /* 8:5 */
164164
{1920, 1200}, /* 8:5 */
165165
{2560, 1600}, /* 8:5 */
166-
{ 960, 640}, /* 3:2 */
167166
{1440, 960}, /* 3:2 */
167+
{1920, 1280}, /* 3:2 */
168168
{2560, 1080}, /* 21:9 ultra-wide */
169169
{1920, 800}, /* 12:5 */
170170
{3840, 1600}, /* 12:5 */

0 commit comments

Comments
 (0)