diff src/gtkimhtml.h @ 3396:7c26704c141a

[gaim-migrate @ 3415] malcommit committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 16 Aug 2002 01:25:03 +0000
parents c731327dbc47
children 7a3f16a375a5
line wrap: on
line diff
--- a/src/gtkimhtml.h	Fri Aug 16 01:18:01 2002 +0000
+++ b/src/gtkimhtml.h	Fri Aug 16 01:25:03 2002 +0000
@@ -45,11 +45,7 @@
 struct _GtkIMHtml {
 	GtkLayout layout;
 
-#if GTK_CHECK_VERSION(1,3,0)
-	PangoFontDescription *default_font;
-#else
 	GdkFont *default_font;
-#endif
 	GdkColor *default_fg_color;
 	GdkColor *default_bg_color;
 	GdkColor *default_hl_color;
@@ -114,11 +110,7 @@
 					GtkAdjustment    *vadj);
 
 void       gtk_imhtml_set_defaults     (GtkIMHtml        *imhtml,
-#if GTK_CHECK_VERSION(1,3,0)
-					PangoFontDescription *font,
-#else
 					GdkFont          *font,
-#endif
 					GdkColor         *fg_color,
 					GdkColor         *bg_color);