diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-02 08:47:13 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-02 08:47:13 +0800 |
commit | bf7c104d038f09440e14818d58713693ae590d0e (patch) | |
tree | b2e92bf5dfb72386499cef27791ceb7a73355502 /mail/mail-display.h | |
parent | 3026d9fc5c8839886649d67bd6313b027a1f08a1 (diff) | |
download | gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar.gz gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar.bz2 gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar.lz gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar.xz gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.tar.zst gsoc2013-evolution-bf7c104d038f09440e14818d58713693ae590d0e.zip |
Add a cache for the pixbufs, hashed on CID, so that we only have to make a
2000-10-02 Iain Holmes <iain@helixcode.com>
* mail-display.[ch]: Add a cache for the pixbufs, hashed on CID,
so that we only have to make a thumbnail once.
2000-10-01 Iain Holmes <iain@helixcode.com>
* mail-display.c: Generate the thumbnails on an idle function so that
the user interface isn't locked. Checks in case the widget it will
use to display the image isn't destroyed.
svn path=/trunk/; revision=5653
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r-- | mail/mail-display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-display.h b/mail/mail-display.h index f18ef68cba..858cea9f83 100644 --- a/mail/mail-display.h +++ b/mail/mail-display.h @@ -29,6 +29,8 @@ struct _MailDisplay { CamelMimeMessage *current_message; GData **data; + + GHashTable *pb_cache; }; typedef struct { |