comparison src/win32/systray.c @ 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 0efc365eed6d
children
comparison
equal deleted inserted replaced
5912:b3c412884a22 5913:9657e243d001
1 /* 1 /*
2 * gaim - Windows Gaim systray module 2 * gaim
3 * 3 *
4 * File: systray.c 4 * File: systray.c
5 * Date: November, 2002 5 * Date: November, 2002
6 * Description: Windows Gaim systray module
6 * 7 *
7 * Copyright (C) 2002, Herman Bloggs <hermanator12002@yahoo.com> 8 * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
8 * 9 *
9 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 12 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 13 * (at your option) any later version.
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * 23 *
23 */ 24 */
24 #include <windows.h> 25 #include <windows.h>
25 #include <gdk/gdkwin32.h> 26 #include <gdk/gdkwin32.h>
27
28 #include "internal.h"
29 #include "gtkblist.h"
30 #include "gtkprefs.h"
31 #include "debug.h"
32
33 #include "gaim.h"
34 #include "ui.h"
35
26 #include "resource.h" 36 #include "resource.h"
27 #include "gaim.h"
28 #include "win32dep.h"
29 #include "MinimizeToTray.h" 37 #include "MinimizeToTray.h"
30 #include "ui.h"
31 #include "gtkblist.h"
32 38
33 /* 39 /*
34 * DEFINES, MACROS & DATA TYPES 40 * DEFINES, MACROS & DATA TYPES
35 */ 41 */
36 #define GAIM_SYSTRAY_HINT _("Gaim Instant Messenger") 42 #define GAIM_SYSTRAY_HINT _("Gaim Instant Messenger")