pidgin/win32/MinimizeToTray.h@8c76dc27a5c1
pidgin/win32/MinimizeToTray.h
Sat, 10 Nov 2007 22:28:55 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Sat, 10 Nov 2007 22:28:55 +0000
- changeset 21474
- 8c76dc27a5c1
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix for the crash reported by WormFood in #pidgin when right clicking on
the info pane for a conversation when the account is disconnected.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */