comparison src/ui.h @ 8319:a2c5537a814b

[gaim-migrate @ 9043] This fixes the symbol collision, incorrect data types, lack of casting, unused variables, and comments inside comments that were preventing the new toolbar code from compiling in some cases here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Feb 2004 22:13:43 +0000
parents 6f549c1d0829
children f5b0e1a4b0c7
comparison
equal deleted inserted replaced
8318:e45e19951e55 8319:a2c5537a814b
137 extern void dialog_link_show(GaimConversation *); 137 extern void dialog_link_show(GaimConversation *);
138 extern void dialog_link_destroy(GaimConversation *); 138 extern void dialog_link_destroy(GaimConversation *);
139 extern void set_smiley_array(GtkWidget *widget, int smiley_type); 139 extern void set_smiley_array(GtkWidget *widget, int smiley_type);
140 extern void show_font_dialog(GaimConversation *c, GtkWidget *font); 140 extern void show_font_dialog(GaimConversation *c, GtkWidget *font);
141 extern void cancel_font(GtkWidget *widget, GaimConversation *c); 141 extern void cancel_font(GtkWidget *widget, GaimConversation *c);
142 extern void apply_font(GtkWidget *widget, GtkFontSelection *fontsel);
143 extern void destroy_fontsel(GtkWidget *w, gpointer d); 142 extern void destroy_fontsel(GtkWidget *w, gpointer d);
144 143
145 /* Functions in server.c */ 144 /* Functions in server.c */
146 /* server.c is in desperate need need of a split */ 145 /* server.c is in desperate need need of a split */
147 /* pizza pizza */ 146 /* pizza pizza */