diff src/gtkmenutray.h @ 11558:19941a47405c

[gaim-migrate @ 13820] Compiles against GTK < 2.4 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 20 Sep 2005 22:08:40 +0000
parents 5c8210f7cbe2
children 767e3c0c5062
line wrap: on
line diff
--- a/src/gtkmenutray.h	Tue Sep 20 21:47:57 2005 +0000
+++ b/src/gtkmenutray.h	Tue Sep 20 22:08:40 2005 +0000
@@ -39,6 +39,7 @@
 /** A GaimGtkMenuTray */
 struct _GaimGtkMenuTray {
 	GtkMenuItem gparent;					/**< The parent instance */
+	GtkWidget *tray;					/**< The tray */
 };
 
 /** A GaimGtkMenuTrayClass */