Mercurial > pidgin
diff src/gtkimhtml.h @ 3466:7a3f16a375a5
[gaim-migrate @ 3516]
some patches from some people.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 29 Aug 2002 01:47:15 +0000 |
| parents | 7c26704c141a |
| children | 7703b2689791 |
line wrap: on
line diff
--- a/src/gtkimhtml.h Thu Aug 29 01:43:23 2002 +0000 +++ b/src/gtkimhtml.h Thu Aug 29 01:47:15 2002 +0000 @@ -46,6 +46,7 @@ GtkLayout layout; GdkFont *default_font; + // PangoFontDescription *default_font; GdkColor *default_fg_color; GdkColor *default_bg_color; GdkColor *default_hl_color; @@ -109,10 +110,11 @@ GtkAdjustment *hadj, GtkAdjustment *vadj); -void gtk_imhtml_set_defaults (GtkIMHtml *imhtml, - GdkFont *font, - GdkColor *fg_color, - GdkColor *bg_color); +void gtk_imhtml_set_defaults (GtkIMHtml *imhtml, + GdkFont *font, + //PangoFontDescription *font, + GdkColor *fg_color, + GdkColor *bg_color); void gtk_imhtml_set_img_handler (GtkIMHtml *imhtml, GtkIMHtmlImage handler);
