src/win32/MinimizeToTray.h@0020f1aee93c
src/win32/MinimizeToTray.h
Sat, 10 Jul 2004 16:45:36 +0000
- author
- Mark Doliner <markdoliner@pidgin.im>
- date
- Sat, 10 Jul 2004 16:45:36 +0000
- changeset 9501
- 0020f1aee93c
- parent 3630
-
caa952062dc2
- permissions
- -rw-r--r--
[gaim-migrate @ 10328]
Committing this in case I screw up the request thing
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */