diff src/ui.h @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents 7239a392486c
children e68e2ba82310
line wrap: on
line diff
--- a/src/ui.h	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/ui.h	Tue Mar 12 17:21:46 2002 +0000
@@ -154,6 +154,7 @@
 	GtkWidget *menu;
 	GtkWidget *check;
 	GtkWidget *progress;
+	GSList    *images;  /* A list of filenames to embed */
 	gint unseen;
 	guint typing_timeout;
 	time_t type_again;