feat: fix desktop bugs, expand PDF support

This commit is contained in:
2026-03-22 12:46:30 +01:00
parent bc52bd5efc
commit 4f2337c2ab
4 changed files with 212 additions and 13 deletions
+2
View File
@@ -97,6 +97,8 @@ struct PdfDoc {
int* xref; // byte offset for each object number
int xref_count;
int* xref_stm; // type 2: containing ObjStm number (0 = none)
int* xref_idx; // type 2: index within ObjStm
PdfPage* pages;
int* page_objs; // object number for each page