tdraw.h: add DefaultDPI - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 323e7d0193999a22e605786d06fcff76cb780e38
 (DIR) parent d0e0701913f3aede1fcb256f3d1e9c60c9af6edf
 (HTM) 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(-)
       ---
 (DIR) diff --git a/include/draw.h b/include/draw.h
       t@@ -62,7 +62,8 @@ enum
        {
                Displaybufsize        = 8000,
                ICOSSCALE        = 1024,
       -        Borderwidth =        4
       +        Borderwidth        = 4,
       +        DefaultDPI        = 100
        };
        
        enum