Mercurial > pidgin
view src/win32/systray.h @ 4518:a6be92358df3
[gaim-migrate @ 4796]
Removed the last of the consts from the I/O functions.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 04 Feb 2003 18:28:47 +0000 |
parents | f9e961773058 |
children | cf718383cd60 |
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_blistwin( GtkWidget* ); extern void wgaim_created_loginwin( GtkWidget* ); extern void wgaim_created_backwin( GtkWidget* ); extern void wgaim_systray_cleanup(void); extern void wgaim_systray_minimize( GtkWidget* ); extern void wgaim_systray_maximize( GtkWidget* ); #endif /* _SYSTRAY_H_ */