From d90349e5e8acdb07bb56e22fd7923206465ae47b Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sun, 24 Apr 2005 05:16:30 +0000 Subject: Fix links for dual/continuous. Also, add a quick fix measuring of widths. Sun Apr 24 01:07:27 2005 Jonathan Blandford * shell/ev-view.c: (find_page_at_location), (get_link_at_location), (ev_view_set_show_border), (ev_view_set_spacing), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous): Fix links for dual/continuous. Also, add a quick fix measuring of widths. Also, removed ev_view_set_spacing and ev_view_set_show_border. * shell/ev-window.c: (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing. --- (limited to 'shell/ev-view.h') diff --git a/shell/ev-view.h b/shell/ev-view.h index 3c4fdbb..b87d345 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -82,10 +82,6 @@ void ev_view_zoom_normal (EvView *view); void ev_view_set_size (EvView *view, int width, int height); -void ev_view_set_spacing (EvView *view, - int spacing); -void ev_view_set_show_border (EvView *view, - gboolean show_border); /* Find */ gboolean ev_view_can_find_next (EvView *view); -- cgit v0.9.1