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

@@ -173,6 +173,7 @@ function ReaderUI:init()
-- hinting controller
local hinter = ReaderHinting:new{
dialog = self.dialog,
zoom = zoomer,
view = self[1],
ui = self,
document = self.document,