Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-pixbuf-cache.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>2005-07-30 23:11:25 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-07-30 23:11:25 (GMT)
commit2f1494f465ee651cb78bdf8f365ad45f33957ba6 (patch)
tree2ec147ce256791a4bc6a1e2d258435d7089ff8fb /shell/ev-pixbuf-cache.h
parent9695105e94d879997669c2e3765ebbafce41f401 (diff)
at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear): * shell/ev-pixbuf-cache.h: * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_get_property), (add_range), (adjustment_changed_cb): * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the pixbuf cache. Make thumbnailing work again. Also, fix bug where we were thumbnailing the entire docment on startup, slowing us down hugely.
Diffstat (limited to 'shell/ev-pixbuf-cache.h')
-rw-r--r--shell/ev-pixbuf-cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-pixbuf-cache.h b/shell/ev-pixbuf-cache.h
index 0021f62..443e94d 100644
--- a/shell/ev-pixbuf-cache.h
+++ b/shell/ev-pixbuf-cache.h
@@ -61,6 +61,8 @@ GList *ev_pixbuf_cache_get_link_mapping (EvPixbufCache *pixbuf_cache
gint page);
GdkRegion *ev_pixbuf_cache_get_text_mapping (EvPixbufCache *pixbuf_cache,
gint page);
+void ev_pixbuf_cache_clear (EvPixbufCache *pixbuf_cache);
+
/* Selection */
GdkPixbuf *ev_pixbuf_cache_get_selection_pixbuf (EvPixbufCache *pixbuf_cache,
gint page,