[X11DRV] Add resolution for Desktop mode

Lionel Ulmer lionel.ulmer at free.fr
Sat Jul 2 09:26:28 CDT 2005


Changelog:
 - add 400x300 resolution to modes supported by Desktop mode

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/x11drv/desktop.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/desktop.c,v
retrieving revision 1.26
diff -u -r1.26 desktop.c
--- dlls/x11drv/desktop.c	1 Jun 2005 11:08:39 -0000	1.26
+++ dlls/x11drv/desktop.c	2 Jul 2005 14:24:45 -0000
@@ -114,8 +114,8 @@
 static unsigned int max_width;
 static unsigned int max_height;
 
-static const unsigned int widths[]  = {320, 512, 640, 800, 1024, 1152, 1280, 1600};
-static const unsigned int heights[] = {200, 384, 480, 600,  768,  864, 1024, 1200};
+static const unsigned int widths[]  = {320, 400, 512, 640, 800, 1024, 1152, 1280, 1600};
+static const unsigned int heights[] = {200, 300, 384, 480, 600,  768,  864, 1024, 1200};
 #define NUM_DESKTOP_MODES (8)
 
 /* create the mode structures */


More information about the wine-patches mailing list