view src/win32/systray.h @ 5711:e33778b9d395

[gaim-migrate @ 6132] The screenname field can be modified again. That's my last fix of the night, ladies and gentlemen. I hope you enjoyed your stay at Chip's Commits. Now I sleep, for I am up way past the time I should have gone to bed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 11:45:49 +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_ */