comparison src/gtkconv.h @ 8189:b75fa309b2c6

[gaim-migrate @ 8910] A patch from MBG (chromakode) to make icons not animate when they've not being viewed. So only the icon on the active conversation in a window should be animating itself. His patch was 99 lines and mine is 648... I'm not really sure how that happened, but I think it's for the best. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 31 Jan 2004 00:33:18 +0000
parents fa6395637e2c
children 84ec38c3efcc
comparison
equal deleted inserted replaced
8188:cd9ea20cd8ed 8189:b75fa309b2c6
102 102
103 gboolean a_virgin; 103 gboolean a_virgin;
104 104
105 /* Buddy icon stuff */ 105 /* Buddy icon stuff */
106 GtkWidget *icon; 106 GtkWidget *icon;
107 gboolean animate;
107 GdkPixbufAnimation *anim; 108 GdkPixbufAnimation *anim;
108 GdkPixbufAnimationIter *iter; 109 GdkPixbufAnimationIter *iter;
109 guint32 icon_timer; 110 guint32 icon_timer;
110 GtkWidget *save_icon; 111 GtkWidget *save_icon;
111 }; 112 };