diff options
author | Lars Mueller <[email protected]> | 2017-08-30 14:57:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-15 19:11:11 +0100 |
commit | 580e4fa77018dc57cfd88e229fb21b1d87dfd3dd (patch) | |
tree | bef8430bcffd40808f1b578fdfdc49005b2947cb /libview/ev-view.h | |
parent | a3ade9fd0cea1bb4a6d0c00cf89ffc546093683a (diff) | |
download | atril-580e4fa77018dc57cfd88e229fb21b1d87dfd3dd.tar.bz2 atril-580e4fa77018dc57cfd88e229fb21b1d87dfd3dd.tar.xz |
Add zoom reset
origin commit:
https://github.com/linuxmint/xreader/commit/43acb8f
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r-- | libview/ev-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h index fdf6c0ea..802b8cb9 100644 --- a/libview/ev-view.h +++ b/libview/ev-view.h @@ -63,6 +63,7 @@ gboolean ev_view_can_zoom_in (EvView *view); void ev_view_zoom_in (EvView *view); gboolean ev_view_can_zoom_out (EvView *view); void ev_view_zoom_out (EvView *view); +void ev_view_zoom_reset (EvView *view); void ev_view_zoom (EvView *view, gdouble factor); |