]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-document.h
Implement xyz links, still not functional. Links are a total mess, will
[evince.git] / backend / ev-document.h
index 2629a47fd54eebff7429a3a06f882b96cb4c42c4..2cea42f373ad5f0c83299e82f292b2ed889f9e96 100644 (file)
@@ -56,6 +56,11 @@ typedef enum
        EV_DOCUMENT_ERROR_ENCRYPTED
 } EvDocumentError;
 
+typedef struct {
+       double x;
+       double y;
+} EvPoint;
+
 typedef struct {
        double x1;
        double y1;