pidgin/win32/MinimizeToTray.h@2cdbb5609b4a
pidgin/win32/MinimizeToTray.h
Mon, 05 Sep 2011 20:08:59 +0000
- author
- Andrew Victor <andrew.victor@mxit.com>
- date
- Mon, 05 Sep 2011 20:08:59 +0000
- changeset 32335
- 2cdbb5609b4a
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
purple_buddy_get_local_alias() has been deprecated since 2.6.0, and can be removed for 3.0.0.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */