commit 323e7d0193999a22e605786d06fcff76cb780e38 from: Russ Cox date: Mon Nov 26 03:02:02 2012 UTC draw.h: add DefaultDPI R=rsc http://codereview.appspot.com/6858071 commit - d0e0701913f3aede1fcb256f3d1e9c60c9af6edf commit + 323e7d0193999a22e605786d06fcff76cb780e38 blob - 3e21ff1803b36a38a95b9fcdef11fc049a875b3b blob + 9bf5ce12e6527dd922e058de94a8e56a76c9c91d --- include/draw.h +++ include/draw.h @@ -62,7 +62,8 @@ enum { Displaybufsize = 8000, ICOSSCALE = 1024, - Borderwidth = 4 + Borderwidth = 4, + DefaultDPI = 100 }; enum