Austin English : winecfg: Raise max screen resolution to 160 DPI.

Alexandre Julliard julliard at winehq.org
Tue Mar 4 14:31:39 CST 2008


Module: wine
Branch: master
Commit: d817d7c2205044b54dc6f05eb86c5d389a3babb6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d817d7c2205044b54dc6f05eb86c5d389a3babb6

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Mar  3 22:09:53 2008 -0600

winecfg: Raise max screen resolution to 160 DPI.

---

 programs/winecfg/x11drvdlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/x11drvdlg.c b/programs/winecfg/x11drvdlg.c
index 51098e4..d6e9912 100644
--- a/programs/winecfg/x11drvdlg.c
+++ b/programs/winecfg/x11drvdlg.c
@@ -37,7 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
 
 #define RES_MAXLEN 5 /* the maximum number of characters in a screen dimension. 5 digits should be plenty, what kind of crazy person runs their screen >10,000 pixels across? */
 #define MINDPI 96
-#define MAXDPI 120
+#define MAXDPI 160
 #define DEFDPI 96
 
 static const char logpixels_reg[] = "System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts";




More information about the wine-cvs mailing list