src/gtkimhtml.h

changeset 6814
8520a41fd75d
parent 6282
aeaa25d25bcd
child 6982
12f08de92674
equal deleted inserted replaced
6813:b142be8fc938 6814:8520a41fd75d
89 }; 89 };
90 90
91 struct _GtkIMHtmlSmiley { 91 struct _GtkIMHtmlSmiley {
92 gchar *smile; 92 gchar *smile;
93 gchar *file; 93 gchar *file;
94 GdkPixbuf *icon; 94 GdkPixbufAnimation *icon;
95 gboolean hidden; 95 gboolean hidden;
96 }; 96 };
97 97
98 struct _GtkIMHtmlScalable { 98 struct _GtkIMHtmlScalable {
99 void (*scale)(struct _GtkIMHtmlScalable *, int, int); 99 void (*scale)(struct _GtkIMHtmlScalable *, int, int);

mercurial