pidgin/win32/MinimizeToTray.h@88e5bd05a57c
pidgin/win32/MinimizeToTray.h
Fri, 16 Jun 2017 17:29:30 -0400
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Fri, 16 Jun 2017 17:29:30 -0400
- changeset 38377
- 88e5bd05a57c
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix small GResource bugs.
Add xml file to EXTRA_DIST and make Makefile rules more generic.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */