pidgin/win32/MinimizeToTray.h@db70ece4c78d
pidgin/win32/MinimizeToTray.h
Tue, 10 Nov 2015 23:00:17 -0800
- author
- Jorge Villaseñor <salinasv@pidgin.im>
- date
- Tue, 10 Nov 2015 23:00:17 -0800
- changeset 37393
- db70ece4c78d
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix Finch dependency to purple-3
Patch from cyisfor
Fixes #16338
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */