From 94dae4befca074c0415b1ba448b69a9fa16c1981 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 26 Nov 2012 00:13:04 -0500 Subject: libdraw: change DefaultDPI to 133 Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103 --- include/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/draw.h') diff --git a/include/draw.h b/include/draw.h index fe059aca..d5f2ca69 100644 --- a/include/draw.h +++ b/include/draw.h @@ -63,7 +63,7 @@ enum Displaybufsize = 8000, ICOSSCALE = 1024, Borderwidth = 4, - DefaultDPI = 100 + DefaultDPI = 133 }; enum -- cgit v1.2.3