From 323e7d0193999a22e605786d06fcff76cb780e38 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 25 Nov 2012 22:02:02 -0500 Subject: draw.h: add DefaultDPI R=rsc http://codereview.appspot.com/6858071 --- include/draw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/draw.h b/include/draw.h index 3e21ff18..9bf5ce12 100644 --- a/include/draw.h +++ b/include/draw.h @@ -62,7 +62,8 @@ enum { Displaybufsize = 8000, ICOSSCALE = 1024, - Borderwidth = 4 + Borderwidth = 4, + DefaultDPI = 100 }; enum -- cgit v1.2.3