view pidgin/win32/MinimizeToTray.h @ 16207:6ded371da50f

merge of '208954788ae2550f1dbc241cbca23eb02991dc5a' and 'a842e5eb826e08ac7e5b8a2e6c8f0ad46720afe0'
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:37:44 +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_ */