diff options
author | nanxiongchao <[email protected]> | 2017-02-20 16:33:22 +0800 |
---|---|---|
committer | nanxiongchao <[email protected]> | 2017-02-20 16:33:22 +0800 |
commit | 00fad2c0d0fcdade570a08f046e85a4558f1fc0c (patch) | |
tree | 364b764903a6103a9468d4355a371d7939f693bf /libview/ev-pixbuf-cache.c | |
parent | 4b264c661a53e847b958cf6c8913c88a8cc707d5 (diff) | |
download | atril-00fad2c0d0fcdade570a08f046e85a4558f1fc0c.tar.bz2 atril-00fad2c0d0fcdade570a08f046e85a4558f1fc0c.tar.xz |
First page should not reloaded
For the displayed page, do not reload every time, should be displayed immediately
Tested successfully on Loongson 3A2000
with fedora25(mips64el distribution).
Diffstat (limited to 'libview/ev-pixbuf-cache.c')
-rw-r--r-- | libview/ev-pixbuf-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-pixbuf-cache.c b/libview/ev-pixbuf-cache.c index 3c4fd31b..409b9c39 100644 --- a/libview/ev-pixbuf-cache.c +++ b/libview/ev-pixbuf-cache.c @@ -90,7 +90,7 @@ static gboolean new_selection_surface_needed(EvPixbufCache *pixbuf_cac #define PAGE_CACHE_LEN(pixbuf_cache) \ (pixbuf_cache->start_page>=0?((pixbuf_cache->end_page - pixbuf_cache->start_page) + 1):0) -#define MAX_PRELOADED_PAGES 3 +#define MAX_PRELOADED_PAGES 20 G_DEFINE_TYPE (EvPixbufCache, ev_pixbuf_cache, G_TYPE_OBJECT) |