Improving KOReader sync

This commit is contained in:
jpirnay
2026-05-10 15:46:33 +02:00
parent b5ea8d3550
commit fe60b12d86
18 changed files with 252 additions and 54 deletions
+2
View File
@@ -13,6 +13,8 @@ struct CrossPointPosition {
int totalPages; // Total pages in the current spine item
uint16_t paragraphIndex = 0; // 1-based <p> index (0 if unavailable)
bool hasParagraphIndex = false; // True when paragraphIndex is valid
uint16_t listItemIndex = 0; // 1-based running <li> count when target XPath ends in /li[N]
bool hasListItemIndex = false; // True when listItemIndex is valid
uint32_t xhtmlSeekHint = 0; // Byte offset hint for findXPathForParagraph (0 = no hint)
};