Mercurial > pidgin
comparison src/win32/systray.h @ 3946:8ef1360becfe
[gaim-migrate @ 4125]
Initial import
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Mon, 11 Nov 2002 21:50:37 +0000 |
parents | |
children | 9c2d8579ff3e |
comparison
equal
deleted
inserted
replaced
3945:f0b6f924014b | 3946:8ef1360becfe |
---|---|
1 /* | |
2 * systray.h | |
3 * | |
4 * Author: Herman Bloggs <hermanator12002@yahoo.com> | |
5 * Date: November, 2002 | |
6 * Description: Gaim systray functionality | |
7 */ | |
8 | |
9 #ifndef _SYSTRAY_H_ | |
10 #define _SYSTRAY_H_ | |
11 | |
12 extern void wgaim_systray_init(void); | |
13 extern void wgaim_created_blistwin( GtkWidget *blist ); | |
14 extern void wgaim_created_loginwin( GtkWidget *loginwin ); | |
15 extern void wgaim_systray_cleanup(void); | |
16 | |
17 #endif /* _SYSTRAY_H_ */ |