X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-document-info.h;h=0cd1ef850b244e767f32bb779d1d08c510a1375c;hb=35512dd1ae66e5dbbeb490d3846dafcf150f1f28;hp=3930910fee42ce3ee106ae14bd7691de83b378e6;hpb=f79d6e977948ded983460e2756fe6fc628719305;p=evince.git diff --git a/backend/ev-document-info.h b/backend/ev-document-info.h index 3930910f..0cd1ef85 100644 --- a/backend/ev-document-info.h +++ b/backend/ev-document-info.h @@ -90,7 +90,8 @@ typedef enum EV_DOCUMENT_INFO_UI_HINTS = 1 << 12, EV_DOCUMENT_INFO_PERMISSIONS = 1 << 13, EV_DOCUMENT_INFO_N_PAGES = 1 << 14, - EV_DOCUMENT_INFO_SECURITY = 1 << 15 + EV_DOCUMENT_INFO_SECURITY = 1 << 15, + EV_DOCUMENT_INFO_PAPER_SIZE = 1 << 16 } EvDocumentInfoFields; struct _EvDocumentInfo @@ -111,6 +112,8 @@ struct _EvDocumentInfo guint ui_hints; guint permissions; int n_pages; + double paper_height; + double paper_width; /* Mask of all the valid fields */ guint fields_mask;