view pidgin/win32/MinimizeToTray.h @ 21591:28824f9f8e47

merge of '114c116bf552647586c41688811808aec9d2ed28' and 'ac16fdafec7ed991286972ee834ad660e84f4ba6'
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 19 Nov 2007 06:15:29 +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_ */