pidgin/win32/MinimizeToTray.h@26a49c68b5b6
pidgin/win32/MinimizeToTray.h
Wed, 05 Dec 2007 04:59:43 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Wed, 05 Dec 2007 04:59:43 +0000
- changeset 21895
- 26a49c68b5b6
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Normalize and escape the filename when auto-accepting a file. References #3982.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */