view pidgin/win32/MinimizeToTray.h @ 21761:2a3217f76615

merge of '32e84af5c8a93baaf4b0c4ba17149327f3e241d1' and 'fff669d4c52e1922e85347abbca84430b29359d9'
author Kevin Stange <kevin@simguy.net>
date Tue, 04 Dec 2007 06:13:13 +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_ */