| 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 |