pidgin/win32/MinimizeToTray.c

changeset 33941
80fcf7f86e4a
parent 15435
4b933b06d75e
child 37901
41e45e18f3b2
equal deleted inserted replaced
33940:b44d15793c83 33941:80fcf7f86e4a
12 * when minimized/hidden. This means that when restored/shown, it doesn't 12 * when minimized/hidden. This means that when restored/shown, it doesn't
13 * always appear as the foreground window unless we call SetForegroundWindow 13 * always appear as the foreground window unless we call SetForegroundWindow
14 * 14 *
15 * Copyright 2000 Matthew Ellis <m.t.ellis@bigfoot.com> 15 * Copyright 2000 Matthew Ellis <m.t.ellis@bigfoot.com>
16 */ 16 */
17 #define _WIN32_WINNT 0x0500 17 #include <config.h>
18 #include <windows.h> 18 #include <windows.h>
19 #include "MinimizeToTray.h" 19 #include "MinimizeToTray.h"
20 20
21 #define DEFAULT_RECT_WIDTH 150 21 #define DEFAULT_RECT_WIDTH 150
22 #define DEFAULT_RECT_HEIGHT 30 22 #define DEFAULT_RECT_HEIGHT 30

mercurial