commit 323e7d0193999a22e605786d06fcff76cb780e38 parent d0e0701913f3aede1fcb256f3d1e9c60c9af6edf Author: Russ Cox <rsc@swtch.com> Date: Sun, 25 Nov 2012 22:02:02 -0500 draw.h: add DefaultDPI R=rsc http://codereview.appspot.com/6858071 Diffstat:
M | include/draw.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/draw.h b/include/draw.h @@ -62,7 +62,8 @@ enum { Displaybufsize = 8000, ICOSSCALE = 1024, - Borderwidth = 4 + Borderwidth = 4, + DefaultDPI = 100 }; enum