Default DPI to 85 as that is more correct than 72

This commit is contained in:
Chris Young 2013-04-11 21:14:59 +01:00
parent 224fd963fd
commit 6ee4fa3f81
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
.use_pubscreen = NULL, \
.modeid = NULL, \
.screen_compositing = -1, \
.amiga_ydpi = 72, \
.amiga_ydpi = 85, \
.cache_bitmaps = 0, \
.theme = NULL, \
.utf8_clipboard = false, \