Module: wine
Branch: master
Commit: 6d40dbe3da1cecd770961b633e326a375396a9c8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6d40dbe3da1cecd770961b633…
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Tue Apr 22 21:59:38 2008 +0200
winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables.
---
programs/winhelp/macro.c | 39 ++++++------
programs/winhelp/winhelp.c | 144 ++++++++++++++++++++++----------------------
programs/winhelp/winhelp.h | 22 +++++--
3 files changed, 109 insertions(+), 96 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6d40dbe3da1cecd770961…
Module: wine
Branch: master
Commit: faaccca59be08be547ec4e1948b6306eff3808a2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=faaccca59be08be547ec4e194…
Author: Dan Kegel <dank(a)kegel.com>
Date: Tue Apr 22 17:56:36 2008 -0700
winecfg: Restrict dpi slider to sane values.
---
programs/winecfg/x11drvdlg.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winecfg/x11drvdlg.c b/programs/winecfg/x11drvdlg.c
index bfa6ec5..c0ec058 100644
--- a/programs/winecfg/x11drvdlg.c
+++ b/programs/winecfg/x11drvdlg.c
@@ -35,9 +35,9 @@
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 RES_MAXLEN 5 /* max number of digits in a screen dimension. 5 digits should be plenty */
#define MINDPI 96
-#define MAXDPI 480
+#define MAXDPI 144 /* making this too high surprises and hurts users */
#define DEFDPI 96
#define IDT_DPIEDIT 0x1234