From 2f1494f465ee651cb78bdf8f365ad45f33957ba6 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sat, 30 Jul 2005 23:11:25 +0000 Subject: at Jul 30 19:09:34 2005 Jonathan Blandford * 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. --- (limited to 'shell/ev-pixbuf-cache.h') 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, -- cgit v0.9.1