view pidgin/win32/MinimizeToTray.h @ 22928:4fa01df51fec

merge of '657be692e8fe314ef25624dc2b70d25e1cf8085b' and 'f34420097faff83cee26133ba8bd05198e56db0a'
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 13 May 2008 18:56:11 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */