pidgin/win32/MinimizeToTray.h@374c457d65b5
pidgin/win32/MinimizeToTray.h
Thu, 11 Mar 2010 17:59:53 +0000
- author
- Jorge Villaseñor <masca@cpw.pidgin.im>
- date
- Thu, 11 Mar 2010 17:59:53 +0000
- branch
- cpw.qulogic.msnp16
- changeset 30910
- 374c457d65b5
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
We need a way to send commands without transaction ID
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */