mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
2
base
2
base
Submodule base updated: cbb585960a...2d733e38de
@@ -119,6 +119,9 @@ end
|
||||
|
||||
function PdfDocument:saveHighlight(pageno, item)
|
||||
self.is_edited = true
|
||||
local ffi = require("ffi")
|
||||
-- will also need mupdf_h.lua to be evaluated once
|
||||
-- but this is guaranteed at this point
|
||||
local n = #item.pboxes
|
||||
local quadpoints = ffi.new("fz_point[?]", 4*n)
|
||||
for i=1, n do
|
||||
|
||||
Reference in New Issue
Block a user