comparison src/gtkimhtml.h @ 10525:ddea15f4cbc2

[gaim-migrate @ 11842] Kevin and Tim both pointed out that I'd missed some of the zoom stuff, so this should be the rest of it. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 18 Jan 2005 15:36:39 +0000
parents 98daaf2f3209
children 55e7d72fc09a
comparison
equal deleted inserted replaced
10524:98daaf2f3209 10525:ddea15f4cbc2
109 gchar *fontface; 109 gchar *fontface;
110 int fontsize; 110 int fontsize;
111 GtkTextTag *link; 111 GtkTextTag *link;
112 } edit; 112 } edit;
113 113
114 double zoom;
115 int original_fsize;
116
117 char *clipboard_text_string; 114 char *clipboard_text_string;
118 char *clipboard_html_string; 115 char *clipboard_html_string;
119 116
120 GSList *im_images; 117 GSList *im_images;
121 GtkIMHtmlFuncs *funcs; 118 GtkIMHtmlFuncs *funcs;