pidgin/win32/MinimizeToTray.h@23c712d0a795
pidgin/win32/MinimizeToTray.h
Fri, 08 Jun 2007 06:04:06 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Fri, 08 Jun 2007 06:04:06 +0000
- changeset 17660
- 23c712d0a795
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */