pidgin/win32/MinimizeToTray.h@2ef53b1a2dc6
pidgin/win32/MinimizeToTray.h
Thu, 22 May 2008 21:44:53 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Thu, 22 May 2008 21:44:53 +0000
- branch
- next.minor
- changeset 23311
- 2ef53b1a2dc6
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */