add DHINTCOUNT in defaults.lua

It controls how many number of pages will be hinted in background
after one page has been drawn. Default DHINTCOUNT is 2.
This commit is contained in:
chrox
2013-09-14 15:27:11 +08:00
parent f2cf10a015
commit 979d4c5d48
5 changed files with 23 additions and 16 deletions

View File

@@ -1,7 +1,11 @@
-- number of page turns between full screen refresh
-- default to full refresh on every page turn
-- default to do a full refresh on every 6 page turns
DRCOUNTMAX = 6
-- number of pages for hinting
-- default to pre-rendering 2 pages
DHINTCOUNT = 2
-- full screen mode, 1 for true, 0 for false
DFULL_SCREEN = 1