pidgin/win32/MinimizeToTray.h@43b559f9cb68
pidgin/win32/MinimizeToTray.h
Tue, 05 Jan 2016 14:46:59 -0500
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Tue, 05 Jan 2016 14:46:59 -0500
- branch
- release-2.x.y
- changeset 37507
- 43b559f9cb68
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
win32: Update windows API version to be XP consistently
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */