pidgin/win32/MinimizeToTray.h@bbb57182e566
pidgin/win32/MinimizeToTray.h
Tue, 21 Jan 2014 21:41:22 -0500
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Tue, 21 Jan 2014 21:41:22 -0500
- branch
- release-2.x.y
- changeset 35281
- bbb57182e566
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix win32 build issue with pidgin_notify_uri
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */