commit 94dae4befca074c0415b1ba448b69a9fa16c1981
parent 58b1904e3eec4d80a9a30e4267d902b523351aec
Author: Russ Cox <rsc@swtch.com>
Date: Mon, 26 Nov 2012 00:13:04 -0500
libdraw: change DefaultDPI to 133
Let's see if that's any better.
R=rsc
http://codereview.appspot.com/6850103
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/draw.h b/include/draw.h
@@ -63,7 +63,7 @@ enum
Displaybufsize = 8000,
ICOSSCALE = 1024,
Borderwidth = 4,
- DefaultDPI = 100
+ DefaultDPI = 133
};
enum