Module: wine Branch: oldstable Commit: d404ce8a8e47db4dc9198bc1f86da24a818395ae URL: http://source.winehq.org/git/wine.git/?a=commit;h=d404ce8a8e47db4dc9198bc1f8...
Author: Jarkko Korpi jarkko_korpi@hotmail.com Date: Tue Jan 17 18:06:39 2017 +0200
winex11.drv: Add 640x400 mode to virtual desktop.
Signed-off-by: Jarkko Korpi jarkko_korpi@hotmail.com= Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit be139063e4d20f90971432f0e8970fa54d00bff9) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/winex11.drv/desktop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/desktop.c b/dlls/winex11.drv/desktop.c index 8db1ed0..6b610d6 100644 --- a/dlls/winex11.drv/desktop.c +++ b/dlls/winex11.drv/desktop.c @@ -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, 320, 400, 512, 640, 800, 1024, 1152, 1280, 1280, 1400, 1600}; -static const unsigned int heights[] = {200, 240, 300, 384, 480, 600, 768, 864, 960, 1024, 1050, 1200}; +static const unsigned int widths[] = {320, 320, 400, 512, 640, 640, 800, 1024, 1152, 1280, 1280, 1400, 1600}; +static const unsigned int heights[] = {200, 240, 300, 384, 400, 480, 600, 768, 864, 960, 1024, 1050, 1200}; #define NUM_DESKTOP_MODES (sizeof(widths) / sizeof(widths[0]))
#define _NET_WM_STATE_REMOVE 0