pidgin/win32/MinimizeToTray.h@431888a82777
pidgin/win32/MinimizeToTray.h
Thu, 01 May 2008 04:02:31 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Thu, 01 May 2008 04:02:31 +0000
- changeset 22948
- 431888a82777
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
When an XMPP account is set to require TLS, but libpurple doesn't have SSL
support, display an error message and give up before actually logging in.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */