winecfg: Raise max screen resolution to 160 DPI.

This commit is contained in:
Austin English 2008-03-03 22:09:53 -06:00 committed by Alexandre Julliard
parent 4492334762
commit d817d7c220

View file

@ -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";