commit 94dae4befca074c0415b1ba448b69a9fa16c1981 from: Russ Cox date: Mon Nov 26 05:13:04 2012 UTC libdraw: change DefaultDPI to 133 Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103 commit - 58b1904e3eec4d80a9a30e4267d902b523351aec commit + 94dae4befca074c0415b1ba448b69a9fa16c1981 blob - fe059acac824fa413ee3d88bda06d5a99a9d5e0f blob + d5f2ca693974461ddbb80a82b79825efd6092659 --- include/draw.h +++ include/draw.h @@ -63,7 +63,7 @@ enum Displaybufsize = 8000, ICOSSCALE = 1024, Borderwidth = 4, - DefaultDPI = 100 + DefaultDPI = 133 }; enum