add render mode to hint page

This commit is contained in:
Qingping Hou
2013-01-09 05:51:53 +08:00
parent 350d3aa55e
commit 1fa0d886bd
2 changed files with 3 additions and 3 deletions

View File

@@ -203,8 +203,8 @@ end
-- a hint for the cache engine to paint a full page to the cache
-- TODO: this should trigger a background operation
function Document:hintPage(pageno, zoom, rotation)
self:renderPage(pageno, nil, zoom, rotation)
function Document:hintPage(pageno, zoom, rotation, render_mode)
self:renderPage(pageno, nil, zoom, rotation, render_mode)
end
--[[