Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-15 04:41:30 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-15 04:41:30 (GMT)
commit09458b5fc51b3504582e76a12b7a57cbba332ac0 (patch)
treeabdc6fb099a4fab1cd79f9bd7a32f32aa6142ec1 /shell/ev-view.h
parent6e5cbc7bbdd23310885fd983499008f544b269ee (diff)
* shell/ev-metadata-manager.c: (ev_metadata_manager_init): *
Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com> * pdf/ev-poppler.cc: * shell/ev-metadata-manager.c: (ev_metadata_manager_init): * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation), (ev_view_get_rotation): * shell/ev-view.h: * shell/ev-window.c: (setup_view_from_metadata), (save_rotation_to_file), (ev_window_cmd_edit_rotate_left), (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to disk.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 2790a1c..09ac1ee 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -101,6 +101,9 @@ void ev_view_set_zoom_for_size (EvView *view,
int hsb_height);
void ev_view_rotate_left (EvView *view);
void ev_view_rotate_right (EvView *view);
+void ev_view_set_rotation (EvView *view,
+ int rotation);
+int ev_view_get_rotation (EvView *view);
/* Find */
gboolean ev_view_can_find_next (EvView *view);