pidgin/gtkimhtml.c

changeset 32291
394209616656
parent 32189
3af8d41121b6
child 32295
5308ecfcf029
--- a/pidgin/gtkimhtml.c	Thu Sep 01 06:15:23 2011 +0000
+++ b/pidgin/gtkimhtml.c	Thu Sep 01 06:29:47 2011 +0000
@@ -90,8 +90,7 @@
 	GtkTextTag *tag;
 };
 
-typedef struct _GtkIMHtmlProtocol
-{
+typedef struct {
 	char *name;
 	int length;
 
@@ -99,7 +98,8 @@
 	gboolean (*context_menu)(GtkIMHtml *imhtml, GtkIMHtmlLink *link, GtkWidget *menu);
 } GtkIMHtmlProtocol;
 
-typedef struct _GtkIMHtmlFontDetail {
+/* The five elements contained in a FONT tag */
+typedef struct {
 	gushort size;
 	gchar *face;
 	gchar *fore;

mercurial