diff options
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 |