src/win32/MinimizeToTray.h@62d8c516b51b
src/win32/MinimizeToTray.h
Sat, 16 Apr 2005 18:44:40 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Sat, 16 Apr 2005 18:44:40 +0000
- changeset 10833
- 62d8c516b51b
- parent 3630
-
caa952062dc2
- permissions
- -rw-r--r--
[gaim-migrate @ 12503]
Fix bug #1016434 - "MSN phone numbers don't appear changed until next logon"
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */