view pidgin/win32/MinimizeToTray.h @ 28522:5e554e9296ac

merge of '193869c7b6c12d13ccb96d731ceb8fe5f3a82f2d' and 'ea05c841d86670f2d6d02024b5dd61d126f18b39'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 01 Sep 2009 00:34:39 +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_ */