view pidgin/win32/MinimizeToTray.h @ 28445:a68f2782957a

merge of '1d360041ff45d34220efcda18bc92c70831b672f' and '7bed935cd3432470394f51f4fe6e7f915aed9145'
author Paul Aurich <paul@darkrain42.org>
date Tue, 25 Aug 2009 06:17:37 +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_ */