view pidgin/win32/MinimizeToTray.h @ 20151:48374dc14adc

merge of '05931acee44dc92b25bb11c8d65ccf224d7f0ea8' and '1c2aa9589d0454ffcbf69e05a63cd3da005b3c2c'
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 18 Sep 2007 03:10:40 +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_ */