From 9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 1 Oct 2000 03:43:17 +0000 Subject: The big eye-candy commit. Make thumbnails out of image attachments. svn path=/trunk/; revision=5648 --- composer/e-msg-composer-attachment.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer/e-msg-composer-attachment.h') diff --git a/composer/e-msg-composer-attachment.h b/composer/e-msg-composer-attachment.h index e0cd2eb867..47bc85ece0 100644 --- a/composer/e-msg-composer-attachment.h +++ b/composer/e-msg-composer-attachment.h @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -50,6 +51,8 @@ struct _EMsgComposerAttachment { CamelMimePart *body; gboolean guessed_type; gulong size; + + GdkPixbuf *pixbuf_cache; }; struct _EMsgComposerAttachmentClass { -- cgit