From 3e3b8bad7b5b272e3a535e7b3fe22c04fc722a78 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sat, 29 Dec 2012 16:04:13 +0100 Subject: libview: Add new zoom mode that optimizes for readability This "Automatic" zoom mode will use fit width when the window is smaller than 100% of the actual page size and then use the actual page size up to the point the window is large enough to hold two entire pages side by side. https://bugzilla.gnome.org/show_bug.cgi?id=689468 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=0cad875 --- libview/ev-document-model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libview/ev-document-model.h') diff --git a/libview/ev-document-model.h b/libview/ev-document-model.h index 4c81c49c..fdec1433 100644 --- a/libview/ev-document-model.h +++ b/libview/ev-document-model.h @@ -38,6 +38,7 @@ typedef enum { EV_SIZING_BEST_FIT = EV_SIZING_FIT_PAGE, /* Deprecated */ EV_SIZING_FIT_WIDTH, EV_SIZING_FREE, + EV_SIZING_AUTOMATIC, } EvSizingMode; typedef struct _EvDocumentModel EvDocumentModel; -- cgit v1.2.1