aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2012-11-26 00:13:04 -0500
committerRuss Cox <rsc@swtch.com>2012-11-26 00:13:04 -0500
commit94dae4befca074c0415b1ba448b69a9fa16c1981 (patch)
treee499e9a2ac64ae23cf267f29d6a101b218eb488b /include/draw.h
parent58b1904e3eec4d80a9a30e4267d902b523351aec (diff)
downloadplan9port-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/draw.h')
-rw-r--r--include/draw.h2
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