diff options
author | Russ Cox <rsc@swtch.com> | 2012-11-26 00:13:04 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-11-26 00:13:04 -0500 |
commit | 94dae4befca074c0415b1ba448b69a9fa16c1981 (patch) | |
tree | e499e9a2ac64ae23cf267f29d6a101b218eb488b /include | |
parent | 58b1904e3eec4d80a9a30e4267d902b523351aec (diff) | |
download | plan9port-94dae4befca074c0415b1ba448b69a9fa16c1981.tar.gz plan9port-94dae4befca074c0415b1ba448b69a9fa16c1981.tar.bz2 plan9port-94dae4befca074c0415b1ba448b69a9fa16c1981.zip |
libdraw: change DefaultDPI to 133
Let's see if that's any better.
R=rsc
http://codereview.appspot.com/6850103
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |