tlibdraw: change DefaultDPI to 133 - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 94dae4befca074c0415b1ba448b69a9fa16c1981
(DIR) parent 58b1904e3eec4d80a9a30e4267d902b523351aec
(HTM) 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:
M include/draw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/include/draw.h b/include/draw.h
t@@ -63,7 +63,7 @@ enum
Displaybufsize = 8000,
ICOSSCALE = 1024,
Borderwidth = 4,
- DefaultDPI = 100
+ DefaultDPI = 133
};
enum