Mercurial > pidgin
view src/win32/systray.h @ 4987:1f92610b0772
[gaim-migrate @ 5322]
I transparencized the napster icon, made the Gadu-Gadu icon
show up in the login progress bar, and took out a bit o'
code that looked like it was left over from something else.
Thanks to Bill Gjestvang, who sent in a Gadu-Gadu and a Napster
icon. We ended up not using them because we already had ones
that worked, but the effort is appreciated.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 03 Apr 2003 22:26:02 +0000 |
parents | cf718383cd60 |
children | 9657e243d001 |
line wrap: on
line source
/* * systray.h * * Author: Herman Bloggs <hermanator12002@yahoo.com> * Date: November, 2002 * Description: Gaim systray functionality */ #ifndef _SYSTRAY_H_ #define _SYSTRAY_H_ extern void wgaim_systray_init(void); extern void wgaim_created_loginwin( GtkWidget* ); extern void wgaim_systray_cleanup(void); extern void wgaim_systray_minimize( GtkWidget* ); extern void wgaim_systray_maximize( GtkWidget* ); #endif /* _SYSTRAY_H_ */