diff options
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r-- | libdocument/ev-document.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h index 43af4b58..7fb1bf2f 100644 --- a/libdocument/ev-document.h +++ b/libdocument/ev-document.h @@ -84,7 +84,8 @@ struct _EvDocument * Since we can only access the members of this structure from the window frontend, * we need a flag to detemine whether to replace the atril-view with a web-view. */ - gboolean iswebdocument; + gboolean iswebdocument; + const gchar *synctex_version; }; struct _EvDocumentClass |