comparison src/win32/systray.h @ 5913:9657e243d001

[gaim-migrate @ 6345] win32 adjustments for header re-org, and GPL header insertions where missing committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:56:53 +0000
parents cf718383cd60
children
comparison
equal deleted inserted replaced
5912:b3c412884a22 5913:9657e243d001
1 /* 1 /*
2 * systray.h 2 * gaim
3 * 3 *
4 * Author: Herman Bloggs <hermanator12002@yahoo.com> 4 * File: systray.h
5 * Date: November, 2002 5 *
6 * Description: Gaim systray functionality 6 * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
7 */ 22 */
8
9 #ifndef _SYSTRAY_H_ 23 #ifndef _SYSTRAY_H_
10 #define _SYSTRAY_H_ 24 #define _SYSTRAY_H_
11 25
12 extern void wgaim_systray_init(void); 26 extern void wgaim_systray_init(void);
13 extern void wgaim_created_loginwin( GtkWidget* ); 27 extern void wgaim_created_loginwin( GtkWidget* );