diff src/gtkimhtml.h @ 5367:fc0441fbf159

[gaim-migrate @ 5743] javabsp fixed y!m point sizes (again) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 14 May 2003 04:11:23 +0000
parents 44945824ba60
children 3becf79500d2
line wrap: on
line diff
--- a/src/gtkimhtml.h	Wed May 14 01:15:58 2003 +0000
+++ b/src/gtkimhtml.h	Wed May 14 04:11:23 2003 +0000
@@ -88,7 +88,8 @@
 	GTK_IMHTML_NO_NEWLINE   = 1 << 4,
 	GTK_IMHTML_NO_SIZES	= 1 << 5,
 	GTK_IMHTML_NO_SCROLL	= 1 << 6,
-	GTK_IMHTML_RETURN_LOG	= 1 << 7
+	GTK_IMHTML_RETURN_LOG	= 1 << 7,
+	GTK_IMHTML_USE_POINTSIZE = 1 << 8
 } GtkIMHtmlOptions;
 
 GtkType    gtk_imhtml_get_type         (void);
@@ -167,7 +168,6 @@
 void gaim_hr_add_to(GtkIMHtmlScalable *, GtkIMHtml *, GtkTextIter *);
 
 
-
 #ifdef __cplusplus
 }
 #endif