src/win32/MinimizeToTray.h@28a430d517db
src/win32/MinimizeToTray.h
Tue, 13 Jul 2004 23:05:59 +0000
- author
- Sean Egan <seanegan@pidgin.im>
- date
- Tue, 13 Jul 2004 23:05:59 +0000
- changeset 9525
- 28a430d517db
- parent 3630
-
caa952062dc2
- permissions
- -rw-r--r--
[gaim-migrate @ 10352]
This is the correcter way to do this.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */