From e13eb8a5b52c0b95f5b235c61245277230d565dc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 Nov 2009 01:49:48 -0500 Subject: Add zooming and drag-and-drop to the plugin. A bunch of crusty old code in em-format-html-display.c falls out. --- mail/em-format-html-display.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/em-format-html-display.h') diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index 4626598cb5..089b361592 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -26,6 +26,7 @@ #define EM_FORMAT_HTML_DISPLAY_H #include +#include /* Standard GObject macros */ #define EM_TYPE_FORMAT_HTML_DISPLAY \ @@ -66,6 +67,9 @@ struct _EMFormatHTMLDisplayClass { GType em_format_html_display_get_type (void); EMFormatHTMLDisplay * em_format_html_display_new (void); +EAttachmentView * + em_format_html_display_get_attachment_view + (EMFormatHTMLDisplay *html_display); G_END_DECLS -- cgit v1.2.3