diff options
author | Russ Cox <rsc@swtch.com> | 2012-11-25 22:02:02 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-11-25 22:02:02 -0500 |
commit | 323e7d0193999a22e605786d06fcff76cb780e38 (patch) | |
tree | 8cc15de89ddeb03b5fccf2894632713bc758c5bc /include | |
parent | d0e0701913f3aede1fcb256f3d1e9c60c9af6edf (diff) | |
download | plan9port-323e7d0193999a22e605786d06fcff76cb780e38.tar.gz plan9port-323e7d0193999a22e605786d06fcff76cb780e38.tar.bz2 plan9port-323e7d0193999a22e605786d06fcff76cb780e38.zip |
draw.h: add DefaultDPI
R=rsc
http://codereview.appspot.com/6858071
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |